summaryrefslogtreecommitdiff
path: root/671/CH4/EX4.52/4_52.sce
blob: 0214dc317bda94d1881b479a33dd740c52160481 (plain)
1
2
3
4
5
6
7
8
9
10
11
V=4*sqrt(2)
w=2
R=4
L=2
Xl=w*L*%i

Il=V/(R+Xl)
Ic=-imag(Il)*%i
C=Ic/(V*%i*w)

disp(C)