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 --- 1823/CH7/EX7.20/SolEx7_20.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 1823/CH7/EX7.20/SolEx7_20.sce (limited to '1823/CH7/EX7.20/SolEx7_20.sce') diff --git a/1823/CH7/EX7.20/SolEx7_20.sce b/1823/CH7/EX7.20/SolEx7_20.sce new file mode 100755 index 000000000..cb248daea --- /dev/null +++ b/1823/CH7/EX7.20/SolEx7_20.sce @@ -0,0 +1,11 @@ +//to evaluate the plate resistance and (b) use(7.10) to find the transconductance. +//Example 7.20 page no 219 +clear +clc +dvp=218-152 +dip=(14.7-8.1)*10^-3 +rp=dvp/dip/1000 //kΩ +dvg=-2-(-6) +gm=dip/dvg*1000 //mS +printf("\n The value of rp=%0.3f kOhm",rp) +printf("\n The value of gm=%0.3f mS",gm) -- cgit