Circuit Theory/Phasors/Examples/Example 9/mfile8a

From Wikibooks, open books for an open world
Jump to navigation Jump to search
syms t;
Vs = 120*2^.5*cos(377*t + 2*pi/3);
L = .01;
iL = int(Vs/L,t);
vpa(iL,3)