hwo to solve linear time variant differential equations?
Ältere Kommentare anzeigen
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.
Antworten (1)
Nishitha Ayyalapu
am 16 Okt. 2013
Bearbeitet: Nishitha Ayyalapu
am 16 Okt. 2013
1 Stimme
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
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!