diff options
Diffstat (limited to '2075/CH5/EX5.2/pe5_2.sce')
-rwxr-xr-x | 2075/CH5/EX5.2/pe5_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2075/CH5/EX5.2/pe5_2.sce b/2075/CH5/EX5.2/pe5_2.sce new file mode 100755 index 000000000..37dbd81a8 --- /dev/null +++ b/2075/CH5/EX5.2/pe5_2.sce @@ -0,0 +1,9 @@ +//example 5.2
+clc; funcprot(0);
+// Initialization of Variable
+V=4.5;//voltage
+T=25;//degreeC
+Id=3.8;
+disp(Id,"drain current in A:")
+printf('Vth=4V is assumed')
+clear()
|