フィルターのクリア

Error tolerance in ODE45

40 ビュー (過去 30 日間)
Buttercup12
Buttercup12 2022 年 2 月 10 日
コメント済み: Steven Lord 2022 年 2 月 11 日
What's the role of the error tolerance in ode45? What does it do?

採用された回答

Steven Lord
Steven Lord 2022 年 2 月 10 日
Are you referring to the options in the Error Control option group in the table on this documentation page? If you click on the name of the option you will be taken to the section of the odeset documentation page discussing that option. After reading the sections on RelTol, AbsTol, and NormControl do you have a specific question about one or all of those options?
You might also find pages 11-13 of the paper "The MATLAB ODE Suite" included in the PDF documentation and the chapter on ODEs in Cleve Moler's Numerical Computing with MATLAB informative.
  2 件のコメント
Buttercup12
Buttercup12 2022 年 2 月 10 日
Your answer helped to clear some things up, but I got another follow-up question. From one of the sources you gave me I found this:
"To be successful, the step must have acceptable error, as determined by both the relative and absolute error tolerances..."
What happes if the step doesn't have an acceptable error? Is the step adjusted?
Steven Lord
Steven Lord 2022 年 2 月 11 日
Yes. ode45 uses an adaptive Runge-Kutta method. If the estimated error is not below tolerance the ODE solver will adapt by rejecting the step it just tried and trying a smaller step.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by