converting equation into multiple of two matrix
3 ビュー (過去 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!



