Numerical Integration: Romberg's Method
Numerical Integration: Romberg's Method
Romberg's method is a powerful numerical integration technique that uses refinements of the extended trapezoidal rule to reduce error in definite integrals.
Details
Details
Each element of the column is calculated from the elements of the preceding column, , using the expression .
j
j-1
R(i,j)=R(i,j-1)-R(i-1,j-1)-1
j
4
j
4
The elements of the first column are calculated using the trapezoidal rule with subdivisions.
n
2
External Links
External Links
Permanent Citation
Permanent Citation
Eugenio Bravo Sevilla
"Numerical Integration: Romberg's Method"
http://demonstrations.wolfram.com/NumericalIntegrationRombergsMethod/
Wolfram Demonstrations Project
Published: March 7, 2011