Info
この質問は閉じられています。 編集または回答するには再度開いてください。
plz how to solve a Nonlinear differential equation
1 回表示 (過去 30 日間)
古いコメントを表示
plz how to solve a Nonlinear differential equation greetings Is that someone can help me solve a nonlinear difirential equation in matlab like
M(t)*q'''(t)+ C(t)*q''(t) +K(t)*q(t)=F(t)
M, C, and K are matrices, and F is a vector
Plzzzzzzzzzzzzz
1 件のコメント
James Tursa
2016 年 11 月 15 日
編集済み: James Tursa
2016 年 11 月 15 日
Is this an initial value problem? I.e., can you use e.g. ode45 for this? As written above, this looks like a linear differential equation to me (linear in q and its derivatives). Is M(t) always invertible? Can you give us more details about the size of q and the form of M, C, K, and F?
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!