ddensd
Solve delay differential equations (DDEs) of neutral type
Syntax
Description
integrates
a system of delay differential equations of neutral type, that has
the form sol
= ddensd(ddefun
,dely
,delyp
,history
,tspan
)
y '(t) = f(t, y(t), y(dy1),..., y(dyp), y '(dyp1),..., y '(dypq)) | (1) |
t is the independent variable representing time.
dyi is any of p solution delays.
dypj is any of q derivative delays.
Examples
Input Arguments
Output Arguments
More About
Algorithms
For information about the algorithm used in this solver, see Shampine [2].
References
[1] Paul, C.A.H. “A Test Set of Functional Differential Equations.” Numerical Analysis Reports. No. 243. Manchester, UK: Math Department, University of Manchester, 1994.
[2] Shampine, L.F. “Dissipative Approximations to Neutral DDEs.” Applied Mathematics & Computation. Vol. 203, Number 2, 2008, pp. 641–648.
Version History
Introduced in R2012b