diff options
Diffstat (limited to '61/CH7/EX7.3')
-rwxr-xr-x | 61/CH7/EX7.3/ex7_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/61/CH7/EX7.3/ex7_3.sce b/61/CH7/EX7.3/ex7_3.sce new file mode 100755 index 000000000..4950f6718 --- /dev/null +++ b/61/CH7/EX7.3/ex7_3.sce @@ -0,0 +1,10 @@ +//ex7.3
+I_DSS=9*10^-3;
+V_GS_off=-8;
+V_GS=0;
+I_D=value_of_I_D(9*10^-3,0,-8);
+disp(I_D,'Value of I_D for V_GS=0V')
+I_D=value_of_I_D(9*10^-3,-1,-8);
+disp(I_D,'Value of I_D for V_GS=-1V')
+I_D=value_of_I_D(9*10^-3,-4,-8);
+disp(I_D,'Value of I_D for V_GS=-4V')
\ No newline at end of file |