converting equation into multiple of two matrix
조회 수: 1 (최근 30일)
이전 댓글 표시
hi there,
hope you are doing good
guys i want to convert some equations into the multiple of two matrices automatically. for example 

it will be appreciated if u will help me.
thanks in advance .
댓글 수: 0
채택된 답변
추가 답변 (1개)
Rahul Jangid
2023년 1월 6일
편집: Torsten
2023년 1월 6일
댓글 수: 1
Torsten
2023년 1월 6일
Your equations are two second-order differential equations.
EquationsToMatrix can't help to solve it.
Specify 4 boundary conditions and try "dsolve".
If "dsolve" fails (which is probable for such a complicated system), use ode45 or another of the numerical integrators.
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!