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 --- 671/CH8/EX8.12/8_12.sce | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 671/CH8/EX8.12/8_12.sce (limited to '671/CH8/EX8.12') diff --git a/671/CH8/EX8.12/8_12.sce b/671/CH8/EX8.12/8_12.sce new file mode 100755 index 000000000..3090785ef --- /dev/null +++ b/671/CH8/EX8.12/8_12.sce @@ -0,0 +1,28 @@ +P=10000 +v1=2300 +v2=230 +a=v1/v2 +f=50 +r1=3.96 +r2=0.0396 +x1=15.8 +x2=0.158 + +R=r1+a*a*r2 +X=x1+a*a*x2 +V2=v2*a +I=P/V2 +theta=acos(0.80) +V1=V2+I*(R*cos(theta)+X*sin(theta)) +disp(V1) +VR=(V1-V2)/V2 +disp(VR) + +pf=X/sqrt(R*R+X*X) +theta2=acos(pf) +Il=I*(cos(theta)-%i*sin(theta)) +Ic=real(Il*tan(theta2))-imag(Il) +Rating_Cap=V2*Ic +disp(Rating_Cap) +V1=V2 +disp(V1) -- cgit