summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.a.9/Example_a_4_9.sce
blob: 412157f28c3159e0b5da1f2427356ac42f42b4bb (plain)
1
2
3
4
5
6
7
//Example_a_4_9 page no:179
clc;
f=2*1000;
C=0.01*10^-6;
Xc=1/(2*%pi*f*C);
Xc=Xc/1000;//converting to killo ohm
disp(Xc,"the capacitive reactance is (in killoOhm)");