Choosing more stringent values for RelTol and AbsTol in ode45, for smooth functions such as sin(t) or cos(t), does not change the numerical solutions,
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I'm playing with the RelTol and AbsTol options for the ode45 solver, choosing more stringent values such as 1e-10 for both. However, for smooth solutions such as y(t) = sin(t), more stringent RelTol and AbsTol values do not bring back different solutions. Why is this? Is it because for smooth functions, the time-stepping errors are already so small that adjusting RelTol and AbsTol to be more stringent will not have an effect on the accuracy of solutions?
The ode45 solver uses approximately double the amount of time-steps (e.g. 500 vs. 1000 steps) with 1e-10 error tolerances set, with no different solutions for smooth functions.
Thanks,
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!