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!