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 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
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!