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 --- 1055/CH5/EX5.2/ch5_2.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 1055/CH5/EX5.2/ch5_2.sce (limited to '1055/CH5/EX5.2') diff --git a/1055/CH5/EX5.2/ch5_2.sce b/1055/CH5/EX5.2/ch5_2.sce new file mode 100755 index 000000000..efed49feb --- /dev/null +++ b/1055/CH5/EX5.2/ch5_2.sce @@ -0,0 +1,7 @@ +// To determine the necessary line secondary voltage and tap ratio required. +clear +clc; +VL=100*2*%pi/(3*sqrt(2)*(cosd(30) + cosd(45))); +mprintf("VL=%.2f kV\n",VL);//Answers don't match due to difference in rounding off of digits +Tr=VL/110; +mprintf("tap ratio=%.2f \n",Tr); -- cgit