フィルターのクリア

Info

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

how to solve a coupled differential equations using ODE Solvers

1 回表示 (過去 30 日間)
venkat
venkat 2015 年 4 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi all, when any differential equations are in the form
y''=f(y,y',z,z'z'');
z''=f(z,z',y,y',y'');
'- represents the order of the derivatives
how to solve such equations using ODE solvers ?
  1 件のコメント
Star Strider
Star Strider 2015 年 4 月 17 日
That is too abstract to answer.
As with all the MATLAB ODE solvers, you have to create a system of first-order differential equations (‘companion matrix’) in your ODE function, then use that function as an argument to the ODE solver.

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by