How do I solve this system of coupled differential equations?
Mostrar comentarios más antiguos
I have various systems of equations similar to this one:
dPa/dt = 1/Va ( Pm * ( (Pm - Pa)/R ) - Pa * dVa/dt)
Ia * d2Va/dt2 + Ra * dVa/dt + E (Va - Vo) = Pa - Pl
In this system, Pa and Va are what I want to solve, that is to say the systems are functions of t, Pa and Va. All the rest, Ia, Pl, Ra, Vo, Pm, R are values that I know. Can someone give me a push in the right direction? I know how to solve a linear DE using ode45 but the equations above are stumping me
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!