How to solve this system using ODE45?
古いコメントを表示
The ODE system
dx/dt = -8/3 x + yz;
dy/dt = -10y + 10z;
dz/dt = -x*y + 28y - z when t=[0,50]
I only learned how to solve one equation each but,
I wanna solve this system using ODE45 on matlab
please help me how to make the script.
採用された回答
その他の回答 (1 件)
Sameer kumar nayak
2020 年 1 月 25 日
0 投票
7d²x/dt²+3dx/dt+5x+6=0 how can we solve using matlab using ode45??
1 件のコメント
Steven Lord
2020 年 1 月 25 日
See the "Nonstiff van der Pol Equation" example on this documentation page. You should be able to use the same techniques as that example to solve your ODE.
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!