diff options
Diffstat (limited to '671/CH11/EX11.3/11_3.sce')
-rwxr-xr-x | 671/CH11/EX11.3/11_3.sce | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/671/CH11/EX11.3/11_3.sce b/671/CH11/EX11.3/11_3.sce new file mode 100755 index 000000000..b6679f1e7 --- /dev/null +++ b/671/CH11/EX11.3/11_3.sce @@ -0,0 +1,27 @@ +V=12500
+Xs=8
+
+Vt=V/sqrt(3)
+Ef=Vt
+
+Ef=Vt*1.2
+Ia=(Ef-Vt)/Xs
+theta=%pi/2
+pf=0
+Pe=0
+Qe=-sqrt(3)*V*Ia
+disp(Ia)
+disp(Pe)
+disp(Qe)
+disp(pf)
+
+Ef=Vt*0.8
+Ia=(Vt-Ef)/Xs
+theta=-%pi/2
+pf=0
+Pe=0
+Qe=sqrt(3)*V*Ia
+disp(Ia)
+disp(Pe)
+disp(Qe)
+disp(pf)
|