Is it possible to integrate any Ordinary Differential Equation backward in time
using scipy.integrate.odeint ?
If it is possible, could someone tell me what should be the arguement ‘time’ in ‘odeint.
Is it possible to integrate any Ordinary Differential Equation backward in time using scipy.integrate.odeint
Share
odeinthandles negative values of thetargument. No special treatment is needed.Here’s an example:
The plot:
