Code for Solving following second order matrix differential equation
1 次查看(过去 30 天)
显示 更早的评论
Could you help me to write matlab code for solving following matrix differential equations?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171028/image.png)
where
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171029/image.png)
In here, the matrices M,C,K,P are as follows ( M,C,K are nxn matrices and V,P are nx1 matrices)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171030/image.png)
In here, l,P,A,rho,\alpha,v,N,E,I are constants.
3 个评论
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!