Iterative Adaptive Simpson and Lobatto Quadrature
by Matthias Chung
08 Aug 2008
(Updated 01 Dec 2008)
Iterative Adaptive Simpson and Lobatto Quadrature
|
Watch this File
|
| File Information |
| Description |
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. |
| Acknowledgements |
Iterative Adaptive Simpson And Lobatto Quadrature
inspired this file.
This file inspired
Iterative Adaptive Simpson And Lobatto Quadrature.
|
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 Aug 2008 |
minor correction and requested comments on the code |
| 01 Dec 2008 |
minor changes in comments |
|
Contact us