Hello! Is it possible to solve a system of differential equations in matlab without using symbolic functions?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tiasa Ghosh
el 24 de Nov. de 2017
Comentada: Tiasa Ghosh
el 27 de Nov. de 2017
I am a novice in MATLAB and trying to solve a system of differential equations which is somewhat similar to this : dx/dt=x+2y+1, dy/dt=−x+y+3. However, while going through some manual, I could find ways to solve this problem through symbolic function only with two matrices. My actualequation is quite complicated with many variables and trying to solve with symbolic funcs takes way too much time. Is there a possibility to solve the equations without symbolic functions? thanks!
0 comentarios
Respuesta aceptada
Torsten
el 24 de Nov. de 2017
https://de.mathworks.com/help/matlab/ref/ode15s.html
https://de.mathworks.com/help/matlab/ref/ode45.html
Best wishes
Torsten.
Más respuestas (0)
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!