Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to solve odes without using ode package rather using RK4 method.

1 回表示 (過去 30 日間)
Atom
Atom 2013 年 6 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
How to solve system of ODES without using Ode package rather using RK4 method and plot(t,y1,t, y2,t, y3).
dy1/dx = 3*y1+y2; dy2/dx = y2-y1+y2^4+y3^4; dy3/dx = y2+y3^4+3+y2^4; Initial condition: [0 1 1].

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by