hwo to solve linear time variant differential equations?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Nishitha Ayyalapu
el 16 de Oct. de 2013
Editada: Nishitha Ayyalapu
el 16 de Oct. de 2013
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 comentarios
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!