summaryrefslogtreecommitdiff
path: root/3630/CH12/EX12.4
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH12/EX12.4')
-rw-r--r--3630/CH12/EX12.4/Ex12_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3630/CH12/EX12.4/Ex12_4.sce b/3630/CH12/EX12.4/Ex12_4.sce
new file mode 100644
index 000000000..a07b203fc
--- /dev/null
+++ b/3630/CH12/EX12.4/Ex12_4.sce
@@ -0,0 +1,12 @@
+clc;
+Vgs=-5;
+Vgg=Vgs;
+Idss=0.016;
+Vgsoff=-8;
+Id=Idss*(1-(Vgs/Vgsoff))^2;
+Vdd=10;
+Rd=2200;
+VDS=Vdd-Id*Rd;
+disp('V',Vgs,"Vgs=")
+disp('mA',Id*1000,"Id=")
+disp('V',VDS,"VDS=")