Code for Solving following second order matrix differential equation
이전 댓글 표시
Could you help me to write matlab code for solving following matrix differential equations?

where

In here, the matrices M,C,K,P are as follows ( M,C,K are nxn matrices and V,P are nx1 matrices)

In here, l,P,A,rho,\alpha,v,N,E,I are constants.
댓글 수: 3
M
2018년 3월 7일
l,P,A,rho,\alpha,v,N,E,I are constants and with known numeric values or you want to use symbolic computation ?
student_md
2018년 3월 7일
Torsten
2018년 3월 7일
It's a standard problem for the ODE solvers, e.g. ODE45, ODE15S etc.
What specific difficulties do you encounter where we can help ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!