Borrar filtros
Borrar filtros

how can i solve following system of simultaneous equations using matlab

1 visualización (últimos 30 días)

Respuestas (2)

Torsten
Torsten el 5 de Dic. de 2017
Use ODE45 or ODE15S.
Best wishes
Torsten.

Walter Roberson
Walter Roberson el 5 de Dic. de 2017
If you have the Symbolic Toolbox, you could try using dsolve(). If that did not work, then I would suggest following the steps show in https://www.mathworks.com/help/symbolic/odefunction.html to create a function that you could use with ode45()

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by