ODE45/ODE15 inquiry about nonlinear spring
1 ビュー (過去 30 日間)
表示 古いコメント
Is there anyone can help me on how to get an ODE45/ODE15 program to solve the above equation?
I want to get the value of y1 and y2.
Thanks,
0 件のコメント
採用された回答
Star Strider
2021 年 11 月 25 日
Since the system appears to describe a differential-algebraic equation, see the documentation section on Solve Differential Algebraic Equations (DAEs) that describes how to set it up symbolically in order to use ode15i to integrate it numerically.
.
その他の回答 (1 件)
参考
カテゴリ
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!