Adaptive Simpson's method (original) (raw)

About DBpedia

Adaptive Simpson's method, also called adaptive Simpson's rule, is a method of numerical integration proposed by G.F. Kuncir in 1962. It is probably the first recursive adaptive algorithm for numerical integration to appear in print, although more modern adaptive methods based on Gauss–Kronrod quadrature and Clenshaw–Curtis quadrature are now generally preferred. Adaptive Simpson's method uses an estimate of the error we get from calculating a definite integral using Simpson's rule. If the error exceeds a user-specified tolerance, the algorithm calls for subdividing the interval of integration in two and applying adaptive Simpson's method to each subinterval in a recursive manner. The technique is usually much more efficient than composite Simpson's rule since it uses fewer function evalua

Property Value
dbo:abstract Adaptive Simpson's method, also called adaptive Simpson's rule, is a method of numerical integration proposed by G.F. Kuncir in 1962. It is probably the first recursive adaptive algorithm for numerical integration to appear in print, although more modern adaptive methods based on Gauss–Kronrod quadrature and Clenshaw–Curtis quadrature are now generally preferred. Adaptive Simpson's method uses an estimate of the error we get from calculating a definite integral using Simpson's rule. If the error exceeds a user-specified tolerance, the algorithm calls for subdividing the interval of integration in two and applying adaptive Simpson's method to each subinterval in a recursive manner. The technique is usually much more efficient than composite Simpson's rule since it uses fewer function evaluations in places where the function is well-approximated by a cubic function. A criterion for determining when to stop subdividing an interval, suggested by J.N. Lyness, is where is an interval with midpoint , , , and are the estimates given by Simpson's rule on the corresponding intervals and is the desired tolerance for the interval. Simpson's rule is an interpolatory quadrature rule which is exact when the integrand is a polynomial of degree three or lower. Using Richardson extrapolation, the more accurate Simpson estimate for six function values is combined with the less accurate estimate for three function values by applying the correction . The thus obtained estimate is exact for polynomials of degree five or less. (en) Quadratura de Simpson adaptativa, também chamada de Regra adaptativa de Simpson, é um método de Integração numérica, proposto por G.F. Kuncir em 1962. Este é, provavelmente, o primeiro algoritmo recursivo adaptativo para integração numérica impresso, porém, métodos adaptativos mais modernos, baseados em e , são geralmente preferidos. O método da Quadratura de Simpson Adaptativa usa uma estimativa do erro obtido ao calcular integrais definidas pelo . Se o erro excede a tolerância definida pelo usuário, o algoritmo subdivide os intervalos em dois e aplica a Quadratura de Simpson adaptativa em cara intervalo, de maneira recursiva. Usualmente, a técnica é muito mais eficiente que a ., uma vez que realiza menos avaliações em pontos em que a função é bem aproximada por uma . Um critério sobre quando parar de subdividir um intervalo, sugerido por J.N. Lyness, é onde é um intervalo centrado em , , , e onde são estimativas dadas pelo Método de Simpson nos intervalos correspondentes e é a tolerância desejada para o intervalo. O é uma quadratura interpoladora que apresenta resultados exatos quando o integrante é um polinômio de grau três ou menor. Usando , as estimativas de Simpson mais precisas de para seis valores da função são combinadas com estimativas menos precisas para três valores da função, aplicando a correção . Assim, a estimativa obtida é exata para polinômios de grau cinco ou menos. (pt)
dbo:wikiPageExternalLink https://web.archive.org/web/20070609075143/http:/math.fullerton.edu/mathews/n2003/AdaptiveQuadMod.html
dbo:wikiPageID 5341243 (xsd:integer)
dbo:wikiPageLength 15356 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1123085437 (xsd:integer)
dbo:wikiPageWikiLink dbr:Python_(programming_language) dbr:Gauss–Kronrod_quadrature_formula dbr:Richardson_extrapolation dbr:Arithmetic_underflow dbr:Clenshaw–Curtis_quadrature dbc:Numerical_integration_(quadrature) dbr:Cubic_function dbr:Numerical_integration dbr:Machine_epsilon dbr:Boole's_rule dbr:Romberg's_method dbr:Simpson's_rule dbr:Composite_simpson's_rule
dbp:wikiPageUsesTemplate dbt:Efn dbt:Math dbt:Notelist dbt:Reflist dbt:Rp
dct:subject dbc:Numerical_integration_(quadrature)
rdfs:comment Adaptive Simpson's method, also called adaptive Simpson's rule, is a method of numerical integration proposed by G.F. Kuncir in 1962. It is probably the first recursive adaptive algorithm for numerical integration to appear in print, although more modern adaptive methods based on Gauss–Kronrod quadrature and Clenshaw–Curtis quadrature are now generally preferred. Adaptive Simpson's method uses an estimate of the error we get from calculating a definite integral using Simpson's rule. If the error exceeds a user-specified tolerance, the algorithm calls for subdividing the interval of integration in two and applying adaptive Simpson's method to each subinterval in a recursive manner. The technique is usually much more efficient than composite Simpson's rule since it uses fewer function evalua (en) Quadratura de Simpson adaptativa, também chamada de Regra adaptativa de Simpson, é um método de Integração numérica, proposto por G.F. Kuncir em 1962. Este é, provavelmente, o primeiro algoritmo recursivo adaptativo para integração numérica impresso, porém, métodos adaptativos mais modernos, baseados em e , são geralmente preferidos. O método da Quadratura de Simpson Adaptativa usa uma estimativa do erro obtido ao calcular integrais definidas pelo . Se o erro excede a tolerância definida pelo usuário, o algoritmo subdivide os intervalos em dois e aplica a Quadratura de Simpson adaptativa em cara intervalo, de maneira recursiva. Usualmente, a técnica é muito mais eficiente que a ., uma vez que realiza menos avaliações em pontos em que a função é bem aproximada por uma . (pt)
rdfs:label Adaptive Simpson's method (en) Quadratura de Simpson adaptativa (pt)
owl:sameAs freebase:Adaptive Simpson's method wikidata:Adaptive Simpson's method dbpedia-pt:Adaptive Simpson's method https://global.dbpedia.org/id/4LW96
prov:wasDerivedFrom wikipedia-en:Adaptive_Simpson's_method?oldid=1123085437&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Adaptive_Simpson's_method
is dbo:wikiPageRedirects of dbr:Adaptive_Simpson's_rule dbr:Adaptive_Simpson_method
is dbo:wikiPageWikiLink of dbr:List_of_numerical_analysis_topics dbr:Adaptive_quadrature dbr:Simpson's_rule dbr:Adaptive_Simpson's_rule dbr:Adaptive_Simpson_method
is foaf:primaryTopic of wikipedia-en:Adaptive_Simpson's_method