ODE
From OpenOpt
Ordinary differential equations (ODE)
See
- modeling and solving ODE by FuncDesigner
- ODE dy/dt = f(t) example with specifiable guaranteed accuracy
- interalg vs scipy.integrate.odeint comparison on ODE dy/dt = f(t)
There are some ideas how to solve some general ODEs dy/dt = f(y,t) by interalg with guaranteed specifiable accuracy, but they are unimplemented yet.
See also: