summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.a.10/Example_a_4_10.sce
blob: f530ecacd80d770bd8540e8c5931a82fe2a2f12b (plain)
1
2
3
4
5
6
7
8
9
//Example_a_4_10 page no:179
clc;
Vrms=5;
f=5*1000;
C=0.01*10^-6;
Xc=1/(2*%pi*f*C);
Irms=Vrms/Xc;
Irms=Irms*1000;//converting to mA
disp(Irms,"the rms current in the circuit is (in mA)");