N次元連立微分方程式のMATLABでの解法コード
Show older comments
n次元連立微分方程式のMATLABでの解法コードを教えてください
具体的な例としては x、y、z の3方向のばねで支えられた球の3方向から変動力を受けた時の3次元運動(変位と速度)
dy1/dt=f1(t,y1,y2,・・・,yn)
dy2/dt=f2(t,y1,y2,・・・,yn)
・
・
dyn/dt=fn(t,y1,y2,・・・,yn)
Accepted Answer
More Answers (0)
Categories
Find more on 数値積分と微分方程式 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!