N次元連立微分方程式のMATLABでの解法コード
Afficher commentaires plus anciens
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)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 数値積分と微分方程式 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!