N次元連立微分方程式のMATLABでの解法コード
Mostra commenti meno recenti
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)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 数値積分と微分方程式 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!