Romberg Integration Algorithm

Performs the numerical Romberg Integration Algorithm of any function. It requires the Trapezoidal function for the first column.
921 Downloads
Updated 3 Dec 2019

View License

Romberg integration method

Implementation based on the theory contained in "Numerical Methods for Engineers" by Steven C. Chapra.

Instructions to use the function:
The user must provide the function as an anonymous function in the command window. This can be done by introducing

f=@(x) x.*exp(2*x),

as a particular example. Then, the user should invoke the function by indicating four parameters:

Romberg(f,lmin,lmax,k)

where f is the integrand and k is the number of extrapolations. lmin and lmax are the lower and upper limits of the definitive integrand. It prints the table used to perform the extrapolations.

Cite As

Manuel Ferrer (2024). Romberg Integration Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/73537-romberg-integration-algorithm), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0