Community Profile

photo

Jack Levy


Aktiv seit 2017

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Hi Guys! Please can someone help me plot JUST THE REAL (not imaginary) part of this two differential equations, here is my code? Thank you.
syms I_1(t) I_2(t) ode1 = diff(I_1) == ((12*exp(60*1i*t))-(10*I_1)-(0.9*I_2))/0.1; ode2 = diff(I_2) == ((-0.9*I_1)-(10*I...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Im trying to model a two coil (AC) wireless power transfer. Could anyone help me with my code? (Solving differential equations).
Im trying to solve a two coil power transfer circuit on Matlab using AC supply. Can anyone help me? This is what i have done s...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten