Romberg Integration

版本 1.0.0 (2.0 KB) 作者: Robby Ching
A numerical integration that changes the base points of the trapezoid in evaluating the integral, thus giving better estimates
263.0 次下载
更新时间 2020/7/3

查看许可证

It is an iterative approach of numerical integration for functions, adapted from the classical Trapezoidal rule. It asks the user what termination criterion to employ, either a %relative error or number of iterations. A 1st iteration has a local truncation error of O(h^4); 2nd iteration an error of O(h^6); 3rd iteration an error of O(h^8), and so on.

引用格式

Robby Ching (2024). Romberg Integration (https://www.mathworks.com/matlabcentral/fileexchange/77666-romberg-integration), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0