Python Zoo: Various Differential Equation Solvers (Primarily ODEs) – Ben Helyer

SeniorTechInfo
0 Min Read

Exploring Numerical Solutions to Ordinary Differential Equations

If you just want to solve ODEs numerically, you can (and probably should) use SciPy’s solve_ivp. If you want to do things like neural ODEs or use GPUs, the answer is a bit more complicated. Code is below for several options which may meet your use-case.

More to come….

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *