Solving nonlinear diferential equations system

6 visualizaciones (últimos 30 días)
skinny pete
skinny pete el 23 de Sept. de 2019
Respondida: Bjorn Gustavsson el 23 de Sept. de 2019
Hello everyone?
Could you help me to solve the differential equations below on matlab?
Note: pdot, qdot, rdot are derivatives of p,q and r respectively.
pdot = rdot + p*q - r*q ;
qdot = p*r - p^2 + r^2;
rdot = pdot - p*q - q*r ;

Respuestas (1)

Bjorn Gustavsson
Bjorn Gustavsson el 23 de Sept. de 2019
That's a system of coupled first-order ODEs. Have a look at the help and documentation for ode45, ode23.
HTH

Categorías

Más información sobre Systems of Nonlinear 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