ODE Solvers
ode-solvers
Implementation of several popular solvers for solving ODEs in MATLAB.
Collections of ODE solvers for an ODE in form of:
y_dot = f(t,y)
The solver then provides the solution of such an ODE in form of
y = f(t,y)
Implemented solvers so far:
- Forward (Explicit) Euler
- 4th order Runge-Kutta
- Runge-Kutta 3/8
- Dormand-Prince
- Runge-Kutta-Fehlberg (RKF45)
- Backward (Implicit) Euler
Check the the documentation in the /docs folder or here:
https://auralius.github.io/matlab-ode-solvers/
Contact:
manurunga@yandex.com
Citation pour cette source
Auralius Manurung (2026). ODE Solvers (https://github.com/auralius/matlab-ode-solvers/releases/tag/1.0.0.1), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Mathematics > Numerical Integration and Differential Equations > Ordinary Differential Equations >
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.1 | See release notes for this release on GitHub: https://github.com/auralius/matlab-ode-solvers/releases/tag/1.0.0.1 |
||
| 1.0.0.0 | Updated the title Added Runge-Kutta-Fehlberg method (RKF45)
|
|
