summaryrefslogtreecommitdiff
path: root/3784/CH2/EX2.4
diff options
context:
space:
mode:
Diffstat (limited to '3784/CH2/EX2.4')
-rw-r--r--3784/CH2/EX2.4/Ex2_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3784/CH2/EX2.4/Ex2_4.sce b/3784/CH2/EX2.4/Ex2_4.sce
new file mode 100644
index 000000000..f037999b6
--- /dev/null
+++ b/3784/CH2/EX2.4/Ex2_4.sce
@@ -0,0 +1,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)