summaryrefslogtreecommitdiff
path: root/2459/CH22/EX22.4/Ex22_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH22/EX22.4/Ex22_4.sce')
-rw-r--r--2459/CH22/EX22.4/Ex22_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2459/CH22/EX22.4/Ex22_4.sce b/2459/CH22/EX22.4/Ex22_4.sce
new file mode 100644
index 000000000..a01b294ef
--- /dev/null
+++ b/2459/CH22/EX22.4/Ex22_4.sce
@@ -0,0 +1,10 @@
+//chapter22
+//example22.4
+//page493
+
+V_GS=15 // V
+I_G=1d-9 // A
+
+R_GS=V_GS/I_G
+
+printf("gate source resistance = %.3f ohm or %.3f mega ohm \n",R_GS,R_GS/1d6)