summaryrefslogtreecommitdiff
path: root/147/CH9/EX9.3
diff options
context:
space:
mode:
Diffstat (limited to '147/CH9/EX9.3')
-rw-r--r--147/CH9/EX9.3/Example9_3.sce10
-rw-r--r--147/CH9/EX9.3/Result9_3.txt1
2 files changed, 11 insertions, 0 deletions
diff --git a/147/CH9/EX9.3/Example9_3.sce b/147/CH9/EX9.3/Example9_3.sce
new file mode 100644
index 000000000..5baf5a94d
--- /dev/null
+++ b/147/CH9/EX9.3/Example9_3.sce
@@ -0,0 +1,10 @@
+close();
+clear;
+clc;
+Vgsq = 6.9; //V
+//from drain characterstics of Fig 9.9(b),
+Vt = 4; //V
+Id_on = 5; //mA
+Vgs_on = 8; //V
+Idq = Id_on*(1-Vgsq/Vt)^2; //mA
+mprintf("Idq = %0.2f mA",Idq); \ No newline at end of file
diff --git a/147/CH9/EX9.3/Result9_3.txt b/147/CH9/EX9.3/Result9_3.txt
new file mode 100644
index 000000000..cd45715b0
--- /dev/null
+++ b/147/CH9/EX9.3/Result9_3.txt
@@ -0,0 +1 @@
+Idq = 2.63 mA \ No newline at end of file