Info
此问题已关闭。 请重新打开它进行编辑或回答。
solutions of coupled differential equations
1 次查看(过去 30 天)
显示 更早的评论
Hi.
my equations are like this form
(1-x)y'+(1-y)z'=0
(i-1)x'+z*y'=0
x=1-cos(50*t)
m_cp=50(5*y'-4x')
m_p=(i-1)*(4.8*z')
i am having more than fifty equations like this where x',y',z' are function of t. i don't know how to solve these group of equations . i suspects that these groups are solved by ode15s by extracting mass matrix but i am unable to develop mass matrix,please help .
else if it will be solved by any other method please tell me as my numbers of equations are more if i will not take help of any built in solver it is very difficult to solve .
thanks in advance...............
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!