An open API service indexing awesome lists of open source software.

https://github.com/andrewrgarcia/ode-python

Coupled Differential Equations ODE solver (Python)
https://github.com/andrewrgarcia/ode-python

Last synced: 5 months ago
JSON representation

Coupled Differential Equations ODE solver (Python)

Awesome Lists containing this project

README

          

# ODE solvers for python

#### Rudimentary ODE solver for python (pyode.py)
An algorithm for solving a system of ordinary differential equations (i.e.
ode solver) is shown in these files. The script **pyode.py** solves for 5 equations simultaneously:

Plots for the solution can be seen in the **pyode-solver.png** file.

#### A more elegant ODE solver format (advode__.py)