Romberg Integration Algorithm

버전 1.0.0 (1.53 KB) 작성자: Manuel Ferrer
Performs the numerical Romberg Integration Algorithm of any function. It requires the Trapezoidal function for the first column.
다운로드 수: 959
업데이트 날짜: 2019/12/3

라이선스 보기

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.

인용 양식

Manuel Ferrer (2026). Romberg Integration Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/73537-romberg-integration-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0