https://github.com/orestispanago/odes
Ordinary Diferential Equations
https://github.com/orestispanago/odes
differential-equations jupyter-notebook odeint python
Last synced: about 2 months ago
JSON representation
Ordinary Diferential Equations
- Host: GitHub
- URL: https://github.com/orestispanago/odes
- Owner: orestispanago
- Created: 2022-02-15T10:16:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T23:08:30.000Z (over 4 years ago)
- Last Synced: 2025-06-05T22:05:13.772Z (about 1 year ago)
- Topics: differential-equations, jupyter-notebook, odeint, python
- Language: Jupyter Notebook
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ODEs
Solving Ordinary Differential Equations with Python and ```scipy.odeint```.
Examples 1-4 are based on [this tutorial](https://apmonitor.com/pdc/index.php/Main/SolveDifferentialEquations).