summaryrefslogtreecommitdiff
path: root/3784/CH2/EX2.13/Ex2_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3784/CH2/EX2.13/Ex2_13.sce')
-rw-r--r--3784/CH2/EX2.13/Ex2_13.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3784/CH2/EX2.13/Ex2_13.sce b/3784/CH2/EX2.13/Ex2_13.sce
new file mode 100644
index 000000000..82e87d517
--- /dev/null
+++ b/3784/CH2/EX2.13/Ex2_13.sce
@@ -0,0 +1,13 @@
+clc
+//variable initialisation
+Va=230 //Supply voltage in volts
+N1=1400 //speed in rpm
+N2=600 //speed in rpm
+N3=1400 //speed in rpm
+Vdrop=15//Voltage drop in Volts
+//solution
+Eb1=Va-15
+Eb2=Eb1*(N2/N1)
+Va1=Eb2+Vdrop
+a2=acosd(Va1/Va)
+printf('\n\n The Firing Angle=%0.1f\n\n',a2)