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!