Tutorial on solving DDEs with DDE23

版本 1.1.0.1 (268.4 KB) 作者: Jacek Kierzenka
Solving delay differential equations with DDE23. Tutorial + Examples.
13.8K 次下载
更新时间 2016/9/1

查看许可证

This tutorial shows how to use the MATLAB solver DDE23 to solve delay differential equations (DDEs) with constant delays. The solver is available in MATLAB 6.5 and later.
The tutorial briefly discusses the differences between solving ODEs
and DDEs, and describes the techniques used in DDE23. The capabilities of the solver are illustrated by several realistic examples.
Additional exercises and problems are provided for practice. The codes that solve all the examples, exercises, and problems can be found in the directory DDE_examples.
The directory DDE_examples_70 contains the files for all the examples exercises, and problems, updated to take advantage of features available in MATLAB 7.0 (R14).
More information about solving DDEs in MATLAB, can be found in the paper

L.F. Shampine, S. Thompson, Solving DDEs in MATLAB,
Appl. Numer. Math., 37 (2001), pp. 441-458.

or in the book

L.F. Shampine, I. Gladwell, and S. Thompson,
Solving ODEs with MATLAB, Cambridge University Press, 2003.

引用格式

Jacek Kierzenka (2024). Tutorial on solving DDEs with DDE23 (https://www.mathworks.com/matlabcentral/fileexchange/3899-tutorial-on-solving-ddes-with-dde23), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.1

Updated license

1.1.0.0

Copyright update

1.0.0.0

1. Fixed incorrect reference
2. Updated to MATLAB 7.0 (R14)
3. Added info about DDE_examples_70