summaryrefslogtreecommitdiff
path: root/1823/CH7/EX7.20/SolEx7_20.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1823/CH7/EX7.20/SolEx7_20.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1823/CH7/EX7.20/SolEx7_20.sce')
-rwxr-xr-x1823/CH7/EX7.20/SolEx7_20.sce11
1 files changed, 11 insertions, 0 deletions
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)