diff options
Diffstat (limited to '671/CH10/EX10.22/10_22.sce')
-rwxr-xr-x | 671/CH10/EX10.22/10_22.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/671/CH10/EX10.22/10_22.sce b/671/CH10/EX10.22/10_22.sce new file mode 100755 index 000000000..47f399386 --- /dev/null +++ b/671/CH10/EX10.22/10_22.sce @@ -0,0 +1,17 @@ +V=400
+Ia=50
+n=500
+Ra=0.5
+Ea=V-Ia*Ra
+Tdev=Ea*Ia/2/%pi/n*60
+
+Iastart=75
+Rs=V/Iastart-Ra
+disp(Rs)
+Tstart=Tdev*(Iastart/Ia)^2
+disp(Tstart)
+
+n2=200
+Ea200=Ea*n2/n
+Rs=(V-Ea200)/Iastart-Ra
+disp(Rs)
|