转到内容

电路理论/相量/示例/示例 9/mfile8a

维基百科,一个自由的百科全书
syms t;
Vs = 120*2^.5*cos(377*t + 2*pi/3);
L = .01;
iL = int(Vs/L,t);
vpa(iL,3)
华夏公益教科书