- L. F. Shampine and S. Thompson, “Solving DDEs in MATLAB,” Applied Numerical Mathematics, vol. 37, no. 4, pp. 441–458, Jun. 2001, doi: 10.1016/s0168-9274(00)00055-6.
- P. Bogacki and L. F. Shampine, “A 3(2) pair of Runge - Kutta formulas,” Applied Mathematics Letters, vol. 2, no. 4, pp. 321–325, 1989, doi: 10.1016/0893-9659(89)90079-7.
The solution to the delayed differential equations using the code dde23 represents the solution by the third order Runge-Kutta method or what?
조회 수: 6 (최근 30일)
이전 댓글 표시
채택된 답변
Sam Chak
2024년 5월 24일
Your guess is correct. If you click on the link to the dde23's Algorithm section, you will find that it states "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."
If you wish to delve deeper into this topic, I would encourage you to refer to the following academic papers:
추가 답변 (1개)
Steven Lord
2024년 5월 24일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!