Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to solve a coupled differential equations using ODE Solvers

1 Ansicht (letzte 30 Tage)
venkat
venkat am 17 Apr. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi all, when any differential equations are in the form
y''=f(y,y',z,z'z'');
z''=f(z,z',y,y',y'');
'- represents the order of the derivatives
how to solve such equations using ODE solvers ?
  1 Kommentar
Star Strider
Star Strider am 17 Apr. 2015
That is too abstract to answer.
As with all the MATLAB ODE solvers, you have to create a system of first-order differential equations (‘companion matrix’) in your ODE function, then use that function as an argument to the ODE solver.

Antworten (0)

Diese Frage ist geschlossen.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by