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 --- 3760/CH1/EX1.46/Ex1_46.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3760/CH1/EX1.46/Ex1_46.sce (limited to '3760/CH1/EX1.46') diff --git a/3760/CH1/EX1.46/Ex1_46.sce b/3760/CH1/EX1.46/Ex1_46.sce new file mode 100644 index 000000000..a68bd686a --- /dev/null +++ b/3760/CH1/EX1.46/Ex1_46.sce @@ -0,0 +1,8 @@ +clc; +r1=9 ; // ratio of reactance to resistance for transformer 1 +r2=3 ; // ratio of reactance to resistance for transformer 2 +d=atand(r1)-atand(r2); // differene between angles of transformer's leakage impedance +// leakage impedance of both transformers are equal z1=z2, threefore currents in both transformers are equal that is i1=i2; +I=1/cos((d/2)*(%pi/180)); // ratio of numerical sum of i1 and i2 to phasor sum of i1 and i2 +k=cos((d/2)*(%pi/180)); +printf('ratio of full load KVA delivered to sum of both transformers KVA ratings is %f',k); -- cgit