Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to solve a coupled differential equations using ODE Solvers

1 visualización (últimos 30 días)
venkat
venkat el 17 de Abr. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentario
Star Strider
Star Strider el 17 de Abr. de 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.

Respuestas (0)

La pregunta está cerrada.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by