summaryrefslogtreecommitdiff
path: root/1511/CH2/EX2.28/ex2_28.sce
blob: 04a3dc93f29ed8a506b7fd491d7283276b794c5a (plain)
1
2
3
4
5
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)