diff options
Diffstat (limited to '1823/CH7/EX7.18/SolEx7_18.sce')
-rwxr-xr-x | 1823/CH7/EX7.18/SolEx7_18.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1823/CH7/EX7.18/SolEx7_18.sce b/1823/CH7/EX7.18/SolEx7_18.sce new file mode 100755 index 000000000..a4bf5e837 --- /dev/null +++ b/1823/CH7/EX7.18/SolEx7_18.sce @@ -0,0 +1,11 @@ +//(a) the perveance and (b) the amplification factor .
+//Example 7.18 page no 219
+clear
+clc
+ip=15*10^-3 //mA
+vp=100 //v
+k=(ip/(vp^(3/2)))*10^6
+vg=-4
+printf("\n The value of k=%0.3f mA/v^3/2",k)
+m=-(vp/vg)
+printf("\n The value of m=%0.3f ",m)
|