hwo to solve linear time variant differential equations?
显示 更早的评论
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.
回答(1 个)
Nishitha Ayyalapu
2013-10-16
编辑:Nishitha Ayyalapu
2013-10-16
1 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!