summaryrefslogtreecommitdiff
path: root/620/CH23/EX23.1/example23_1.sce
blob: 7b2c9a3440de72b879c77843447258290798d3ba (plain)
1
2
3
4
vp=100;
i=50*10^(-3);
x_c=vp/(i*2*sqrt(2));
disp("The opposition to current (in Ω) caused by the capacitor is"); disp(x_c);