Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to solve a coupled differential equations using ODE Solvers
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi all, when any differential equations are in the form
y''=f(y,y',z,z'z'');
z''=f(z,z',y,y',y'');
'- represents the order of the derivatives
how to solve such equations using ODE solvers ?
댓글 수: 1
Star Strider
2015년 4월 17일
That is too abstract to answer.
As with all the MATLAB ODE solvers, you have to create a system of first-order differential equations (‘companion matrix’) in your ODE function, then use that function as an argument to the ODE solver.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!