summaryrefslogtreecommitdiff
path: root/2288/CH6/EX6.9.4/ex6_9_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2288/CH6/EX6.9.4/ex6_9_4.sce')
-rwxr-xr-x2288/CH6/EX6.9.4/ex6_9_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2288/CH6/EX6.9.4/ex6_9_4.sce b/2288/CH6/EX6.9.4/ex6_9_4.sce
new file mode 100755
index 000000000..c9fa3f17e
--- /dev/null
+++ b/2288/CH6/EX6.9.4/ex6_9_4.sce
@@ -0,0 +1,12 @@
+// Exa 6.9.4
+clc;
+clear;
+close;
+// Given data
+I_DSS = 12;// in mA
+I_DSS = I_DSS * 10^-3;// in A
+V_P = -(6);// in V
+V_GS = -(1);// in V
+g_mo = (-2 * I_DSS)/V_P;// in A/V
+g_m = g_mo * (1 - (V_GS/V_P));// in S
+disp(g_m*10^3,"The value of transconductance in mS is");