how can i solve following system of simultaneous equations using matlab

1 次查看(过去 30 天)

回答(2 个)

Torsten
Torsten 2017-12-5
Use ODE45 or ODE15S.
Best wishes
Torsten.

Walter Roberson
Walter Roberson 2017-12-5
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()

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by