How do I solve this system of coupled differential equations?
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!