From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1994/CH7/EX7.7/Example7_7.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 1994/CH7/EX7.7/Example7_7.sce (limited to '1994/CH7/EX7.7/Example7_7.sce') 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) -- cgit