Which quadrature method does the command Integral use?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Which quadrature method does the command Integral use? Is it Simpsons rule or something else?
2 Commenti
Steven Lord
il 22 Dic 2021
FYI that is the reference cited in the References section of the documentation page for the integral function.
Risposte (1)
Anshika Chourasia
il 29 Dic 2021
Hi Jacob,
Vectorized Adaptive Quadrature method has been used for the implementation of “integral” function in MATLAB. Please refer the mentioned journal “Vectorized Adaptive Quadrature in MATLAB” by L.F. Shampine for more details.
0 Commenti
Vedere anche
Categorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!