Runge-Kutta solver (matrix form)

"run_rk4" uses the fourth order Runge-Kutta numerical method to solve nth order nonlinear and linear ODE systems expressed

You are now following this Submission

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 :
Dynamic systems
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

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0