diff options
Diffstat (limited to '3630/CH12/EX12.1/Ex12_1.sce')
-rw-r--r-- | 3630/CH12/EX12.1/Ex12_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3630/CH12/EX12.1/Ex12_1.sce b/3630/CH12/EX12.1/Ex12_1.sce new file mode 100644 index 000000000..108bae9df --- /dev/null +++ b/3630/CH12/EX12.1/Ex12_1.sce @@ -0,0 +1,10 @@ +clc;
+Idss=0.003;
+Vgs=-2;
+Vgsoff=-6;
+Id=Idss*(1-(Vgs/Vgsoff))^2;
+disp('mA',Id*1000,"Id=");//The answers vary due to round off error
+
+
+
+
|