diff options
Diffstat (limited to '1511/CH2/EX2.28/ex2_28.sce')
-rwxr-xr-x | 1511/CH2/EX2.28/ex2_28.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1511/CH2/EX2.28/ex2_28.sce b/1511/CH2/EX2.28/ex2_28.sce new file mode 100755 index 000000000..04a3dc93f --- /dev/null +++ b/1511/CH2/EX2.28/ex2_28.sce @@ -0,0 +1,6 @@ +// Example 2.28 page no-86
+clear
+clc
+Vt=0.026
+Nv=(3/4)*Vt*log(3)
+printf("\nFor Intrinsic Semiconductor,\nEF will be at the centre of the forbidden band. \nBut if mp and mn are unequal, EF will be away\nfrom the centre of the forbidden band by\n\nNv=%.1f*10^-3 eV",Nv*10^3)
|