hwo to solve linear time variant differential equations?
3 次查看(过去 30 天)
显示 更早的评论
I have a system which is of the form dx/dt=A(t)x. I want to solve this system, so that I can form Monodromy matrix.
0 个评论
回答(1 个)
Nishitha Ayyalapu
2013-10-16
编辑:Nishitha Ayyalapu
2013-10-16
It actually depends on whether you want a numerical or a symbolic solution.
1.) For numerical solution
These would be helpful
http://www.mathworks.com/help/matlab/math/ordinary-differential-equations.html http://www.mathworks.com/help/matlab/ref/ode45.html
2.) For Symbolic Solution
(A) You can use MuPAD
or
(B) Use The Symbolic Math Toolbox interface
0 个评论
另请参阅
类别
在 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!