summaryrefslogtreecommitdiff
path: root/1067/CH44/EX44.03/44_03.sce
diff options
context:
space:
mode:
Diffstat (limited to '1067/CH44/EX44.03/44_03.sce')
-rwxr-xr-x1067/CH44/EX44.03/44_03.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1067/CH44/EX44.03/44_03.sce b/1067/CH44/EX44.03/44_03.sce
new file mode 100755
index 000000000..94ad9a3a4
--- /dev/null
+++ b/1067/CH44/EX44.03/44_03.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+v=1;
+p=.91;
+y=acosd(-.91)-180;
+y=round(y*10)/10;
+i=v*%e^(y*%i*%pi/180);
+x=.37*%e^(%i*%pi/2);
+e=v+(i*x);
+e=round(e*100)/100;
+p=abs(e/x)*v;
+mprintf("the steady state limit=%fp.u.",p);
+a=atand(imag(i),real(i))