[SciPy-Dev] Delay Differential Equations in Scipy ?

Valentin Zulkower valentin.zulkower at gmail.com
Sun May 11 03:38:58 EDT 2014


Hello Scipy-dev,

I wrote a practical delay differential equations solver on top of 
Scipy's odeint and interp1d. Ralph Gommers on Github suggested I post it 
here for a possible merge into scipy.integrate. Here is a demo, with a 
link to the Github repo (it is really 30 lines of code):

http://zulko.github.io/blog/2013/10/22/delay-differential-equations-in-python/

Not sure if it meets the standards of Scipy (the current version is 
relatively slow and does not check for convergence) but it is a 
prototype, it can be improved in many ways.

Cheers,






More information about the SciPy-Dev mailing list