diff options
Diffstat (limited to '671/CH10/EX10.18/10_18.sce')
-rwxr-xr-x | 671/CH10/EX10.18/10_18.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/671/CH10/EX10.18/10_18.sce b/671/CH10/EX10.18/10_18.sce new file mode 100755 index 000000000..fd005b957 --- /dev/null +++ b/671/CH10/EX10.18/10_18.sce @@ -0,0 +1,9 @@ +R=1.2
+V=220
+Ea35=V-35*R
+n35=(475+400)/2
+
+V=200
+E0=V-35*(R+2)
+n=n35*E0/Ea35
+disp(n)
|