summaryrefslogtreecommitdiff
path: root/671/CH10/EX10.17
diff options
context:
space:
mode:
Diffstat (limited to '671/CH10/EX10.17')
-rwxr-xr-x671/CH10/EX10.17/10_17.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/671/CH10/EX10.17/10_17.sce b/671/CH10/EX10.17/10_17.sce
new file mode 100755
index 000000000..864dd1e9e
--- /dev/null
+++ b/671/CH10/EX10.17/10_17.sce
@@ -0,0 +1,13 @@
+V=250
+n=800
+Ra=0.15
+Rse=0.1
+R=Ra+Rse
+
+Ia1=120
+Ea1=V-Ia1*R
+
+Ia2=60
+Ea2=V-Ia2*R
+n2=Ea2/Ea1*n/0.7
+disp(n2)