Hello, I had a problem over here in MATLAB code for solving a linear first ode using RK method of order 5 :dx/dt= lambda-sigma*x(t)- c*v(t),dv/dt=k*v(t)-a*z(t),dz/dt=h*x(t)-tow*v(t) with initial conditions x(0)= x0,v(0)=v0,z(0)=x0.
1 回表示 (過去 30 日間)
古いコメントを表示
RK method of order four or five code
0 件のコメント
回答 (1 件)
Aquatris
2018 年 7 月 22 日
It is a simple think and there are various code out there. Here is one of them where you can modify it for your function.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!