Info

This question is closed. Reopen it to edit or answer.

solutions of coupled differential equations

1 view (last 30 days)
DEBASHIS PANDA
DEBASHIS PANDA on 20 Sep 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
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...............

Answers (0)

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!