summaryrefslogtreecommitdiff
path: root/2459/CH3/EX3.2/Ex3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH3/EX3.2/Ex3_2.sce')
-rw-r--r--2459/CH3/EX3.2/Ex3_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2459/CH3/EX3.2/Ex3_2.sce b/2459/CH3/EX3.2/Ex3_2.sce
new file mode 100644
index 000000000..1ea2fc8fa
--- /dev/null
+++ b/2459/CH3/EX3.2/Ex3_2.sce
@@ -0,0 +1,10 @@
+//chapter3
+//example3.2
+//page49
+
+mu=20
+rp=8000 // ohm
+
+gm=mu/rp // since mu=rp*gm
+gm_micro=gm*10^6 //micro mho
+printf("mutual conductance of triode = %f mho or %.3f micro mho",gm,gm_micro)