From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 343/CH4/EX4.25/ex4_25.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 343/CH4/EX4.25/ex4_25.sce (limited to '343/CH4/EX4.25') diff --git a/343/CH4/EX4.25/ex4_25.sce b/343/CH4/EX4.25/ex4_25.sce new file mode 100755 index 000000000..946decde7 --- /dev/null +++ b/343/CH4/EX4.25/ex4_25.sce @@ -0,0 +1,11 @@ +clc +kva=5 //Assigning values to parameters +e2=400 +r02=0.85 +x02=1.236 +i2f=kva*1000/e2 +t=acosd(0.8) +pr1=(i2f*r02*cosd(t)+i2f*x02*sind(t))*100/e2 +pr2=(i2f*r02*cosd(t)-i2f*x02*sind(t))*100/e2 +disp(pr1,"The percentage regulation at full load 0.8 pf lagging is"); +disp(pr2,"The percentage regulation at full load 0.8 pf leading is"); \ No newline at end of file -- cgit