Stiff Delay Differential Equations
Mostrar comentarios más antiguos
Can we use dde23 solver to find solution of Stiff Delay Differential Equations?
I read somewhere that dde23 is for soving nonstiff equations but this is not written in MATLAB's help page.Now I am confused whether we can use dde23 solever for solving nonstiff equations.
thanks
6 comentarios
Torsten
el 25 de Abr. de 2019
Was something unclear about the answer I have given to exactly the same question ?
parag gupta
el 25 de Abr. de 2019
parag gupta
el 25 de Abr. de 2019
Torsten
el 25 de Abr. de 2019
It's implicitly mentioned by writing that dde23 is designed for nonstiff systems.
parag gupta
el 25 de Abr. de 2019
Torsten
el 25 de Abr. de 2019
Algorithms
dde23 tracks discontinuities and integrates with the explicit Runge-Kutta (2,3) pair and interpolant of ode23. It uses iteration to take steps longer than the lags.
Ok, the information is hidden in the word "explicit".
Respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!