summaryrefslogtreecommitdiff
path: root/1376/CH9/EX9.5/9_5.sci
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH9/EX9.5/9_5.sci')
-rwxr-xr-x1376/CH9/EX9.5/9_5.sci16
1 files changed, 16 insertions, 0 deletions
diff --git a/1376/CH9/EX9.5/9_5.sci b/1376/CH9/EX9.5/9_5.sci
new file mode 100755
index 000000000..ef355525f
--- /dev/null
+++ b/1376/CH9/EX9.5/9_5.sci
@@ -0,0 +1,16 @@
+//9.5
+clc;
+Vp=1000;
+Vs=100;
+n=Vp/Vs;
+pf_no_load=0.4;
+sina=0.4;
+cosa= (1-sina^2)^0.5;
+tana=sina/cosa;
+Im=0.02;
+Ie=Im*tana;
+xp=66.2;
+rp=94.5;
+//At no load Is=0 so
+theta=((Ie*xp)-(Im*rp))/(n*Vs);
+printf("Phase angle error at no load=%.4f",theta) \ No newline at end of file