Info
This question is closed. Reopen it to edit or answer.
plz how to solve a Nonlinear differential equation
1 view (last 30 days)
Show older comments
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 Comment
James Tursa
on 15 Nov 2016
Edited: James Tursa
on 15 Nov 2016
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?
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!