Delay Differential Equations
bech
http://www.scholarpedia.org/article/Mackey-Glass_equation
Dropping some parameters, it is
xdot(t) = xt / (1+xt^n) - x(t) ,
where xt = x(t-tau). In other words, the derivative function depends on the variable in question at the present time (t) but also on a past time (t-tau).
Offhand, my impression is that this is not possible using the IntegrateODE operation, which seems to be set up only to pass state vectors at the present time. But maybe there is a tricky workaround....
I suppose one can also write a low-level program, but then one loses all the nice features built into IntegrateODE....
Ideas?
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
March 30, 2017 at 04:45 pm - Permalink
John
March 30, 2017 at 05:32 pm - Permalink