The solution to the delayed differential equations using the code dde23 represents the solution by the third order Runge-Kutta method or what?
Show older comments
Accepted Answer
More Answers (1)
Steven Lord
on 24 May 2024
0 votes
It's not clear to me what information you're looking for. The dde23 function returns the solution to a system of delay differential equations.
If you're asking what algorithm it uses, see the Algorithms section on that documentation page for a brief description and the References section on that documentation page for references to one book and one tutorial that provide more detailed information.
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!