summaryrefslogtreecommitdiff
path: root/3784/CH2/EX2.4/Ex2_4.sce
blob: f037999b60f28c56e6510b3afcc1feb62167f5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//variable initialisation
Va=220 //supply voltage in volts
N1=1500 //speed in rpm
Ra=2 //armature resistance in ohm
La=0.02836 //armature inductance in mH
f=50 //frequency in Hz

//solution
Vl=(Va*%pi)/(3*sqrt(2))
Vm=sqrt(2)*Vl
printf('\n\n The Source Voltage Required=%0.1f Volts\n\n',Vm)