summaryrefslogtreecommitdiff
path: root/3784/CH3/EX3.3/Ex3_3.sce
blob: c05d25941d8c16ef9da7ebad2a7223505b5fef9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

clc
// Variable initialization
F=50 //Supply Frequency In Hz
Vm=400 //Supply Voltage In Volts
Ip=20 //Peak Circulating Current In Ampere
A=60 //firing angle

// solution
Ea=Vm/(sqrt(3))
W=2*%pi*F
Lr=[(3*sqrt(2)*Ea)/(W*Ip)]*(1-sind(A))
Lr1=Lr*1000//Inductance in mH
printf('\n\n Inductance Value Needed=%0.1f mH\n\n',Lr1)
//The answer vary due to round off error