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
8.0 次下载
更新 2025/4/3

查看许可证

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)
];

引用格式

KAMDEM K. Paul Didier (2026). Runge-Kutta solver (matrix form) (https://ww2.mathworks.cn/matlabcentral/fileexchange/180641-runge-kutta-solver-matrix-form), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
版本 已发布 发行说明
1.0.0