Which quadrature method does the command Integral use?
2 ビュー (過去 30 日間)
古いコメントを表示
Which quadrature method does the command Integral use? Is it Simpsons rule or something else?
2 件のコメント
Steven Lord
2021 年 12 月 22 日
FYI that is the reference cited in the References section of the documentation page for the integral function.
回答 (1 件)
Anshika Chourasia
2021 年 12 月 29 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Numerical Integration and Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!