MATLAB: Coupled differential equation system

coupled diffrnetial eqution systemno question

And did you succeed? If not read this link?

Best Answer

Write your system as
L11*di1/dt+L12*di2/dt+L13*di3/dt = v-r*i1
L21*di1/dt+L22*di2/dt+L23*di3/dt = v-r*i2
L31*di1/dt+L32*di2/dt+L33*di3/dt = v-r*i3
and use the mass matrix option of the ode-solvers.
Best wishes
Torsten.