From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3784/CH2/EX2.5/Ex2_5.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3784/CH2/EX2.5/Ex2_5.sce (limited to '3784/CH2/EX2.5') 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) -- cgit