summaryrefslogtreecommitdiff
path: root/3784/CH2/EX2.5/Ex2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3784/CH2/EX2.5/Ex2_5.sce')
-rw-r--r--3784/CH2/EX2.5/Ex2_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3784/CH2/EX2.5/Ex2_5.sce b/3784/CH2/EX2.5/Ex2_5.sce
new file mode 100644
index 000000000..62786d27b
--- /dev/null
+++ b/3784/CH2/EX2.5/Ex2_5.sce
@@ -0,0 +1,14 @@
+clc
+//variable initialisation
+V1=450 //terminal voltage in volts
+Vd=30 //voltage drop in volts
+V2=420 //input supply in volts
+f=50 //frequency in Hz
+a1=0//Firing Angle of Converter
+//solution
+Vt=V1+Vd
+V0_0=(3*sqrt(2))/(%pi)
+V0_a=480
+
+a2=acosd(V0_a/(V0_0*V2))
+printf('\n\n The Firing Angle=%0.1f\n\n',a2)