summaryrefslogtreecommitdiff
path: root/1994/CH7/EX7.3
diff options
context:
space:
mode:
Diffstat (limited to '1994/CH7/EX7.3')
-rwxr-xr-x1994/CH7/EX7.3/Example7_3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1994/CH7/EX7.3/Example7_3.sce b/1994/CH7/EX7.3/Example7_3.sce
new file mode 100755
index 000000000..f30acec03
--- /dev/null
+++ b/1994/CH7/EX7.3/Example7_3.sce
@@ -0,0 +1,7 @@
+//Chapter-7,Example7_3,pg 7-23
+Rm=100
+Im=2*10^-3
+I=150*10^-3
+Rsh=(Im*Rm)/(I-Im)
+printf("value of shunt resistance\n")
+printf("Rsh=%.2f ohm",Rsh)