diff options
Diffstat (limited to '1994/CH7/EX7.7')
-rwxr-xr-x | 1994/CH7/EX7.7/Example7_7.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1994/CH7/EX7.7/Example7_7.sce b/1994/CH7/EX7.7/Example7_7.sce new file mode 100755 index 000000000..cb7c18bf6 --- /dev/null +++ b/1994/CH7/EX7.7/Example7_7.sce @@ -0,0 +1,7 @@ +//Chapter-7,Example7_7,pg 7-30
+Rm=500
+Im=40*10^-6
+V=10
+Rs=(V/Im)-Rm
+printf("multiplier resistance\n")
+printf("Rs=%.2f ohm",Rs)
|