You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function is a custom implementation fourth order runge-kutta numerical method to solve nth order nonlinear and linear ordinary differential equations (ODE) systems which can be expressed as follows :
where F(x) represents the system's equation in a matrix form. e.g:
dxdt = [
10*(x(2)-x(1));
28*x(1)-x(2)-x(1)*x(3);
x(1)*x(2)-(8/3)*x(3)
];
Cite As
KAMDEM K. Paul Didier (2026). Runge-Kutta solver (matrix form) (https://se.mathworks.com/matlabcentral/fileexchange/180641-runge-kutta-solver-matrix-form), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (2.24 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
