Error tolerance in ODE45
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Buttercup12
il 10 Feb 2022
Commentato: Steven Lord
il 11 Feb 2022
What's the role of the error tolerance in ode45? What does it do?
0 Commenti
Risposta accettata
Steven Lord
il 10 Feb 2022
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 Commenti
Steven Lord
il 11 Feb 2022
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Ordinary 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!