diff options
Diffstat (limited to '671/CH10/EX10.12/10_12.sce')
-rwxr-xr-x | 671/CH10/EX10.12/10_12.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/671/CH10/EX10.12/10_12.sce b/671/CH10/EX10.12/10_12.sce new file mode 100755 index 000000000..02c6f7808 --- /dev/null +++ b/671/CH10/EX10.12/10_12.sce @@ -0,0 +1,15 @@ +V=600
+Ia=40
+R=0.5
+Ea=V-Ia*R
+n=500
+Ka=Ea/Ia/2/%pi/n*60
+T=Ka*Ia*Ia
+
+n2=450
+T=T*n2*n2/n/n
+Ia=sqrt(T/Ka)
+Ea=Ka*Ia*2*%pi*n2/60
+Rtotal=(V-Ea)/Ia
+Rext=Rtotal-R
+disp(Rext)
|