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)
- Host: GitHub
- URL: https://github.com/andrewrgarcia/ode-python
- Owner: andrewrgarcia
- License: mit
- Created: 2017-10-15T17:26:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T19:39:24.000Z (over 3 years ago)
- Last Synced: 2025-05-09T14:34:48.912Z (8 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)