summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.a.12/Example_a_4_12.sce
blob: a1f3cbc27d568157a8910bd8df2639cb0583adcf (plain)
1
2
3
4
5
6
7
8
9
//Example_a_4_12 page no:180
clc;
f=10*10^3;
Vrms=10;
L=50*10^-3;
Xl=2*%pi*f*L;
Irms=Vrms/Xl;
Irms=Irms*1000;//converting to mA
disp(Irms,"the rms current is (in mA)");