Iterative Adaptive Simpson and Lobatto Quadrature

버전 1.1.0.0 (5.56 KB) 작성자: Matthias Chung
Iterative Adaptive Simpson and Lobatto Quadrature
다운로드 수: 2.4K
업데이트 날짜: 2008/12/1

라이선스 보기

In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.

We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function.

인용 양식

Matthias Chung (2024). Iterative Adaptive Simpson and Lobatto Quadrature (https://www.mathworks.com/matlabcentral/fileexchange/21013-iterative-adaptive-simpson-and-lobatto-quadrature), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

minor changes in comments

1.0.0.0

minor correction and requested comments on the code