diff options
Diffstat (limited to '3401/CH7/EX7.6/Ex7_6.sce')
-rwxr-xr-x | 3401/CH7/EX7.6/Ex7_6.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3401/CH7/EX7.6/Ex7_6.sce b/3401/CH7/EX7.6/Ex7_6.sce new file mode 100755 index 000000000..c9783f95e --- /dev/null +++ b/3401/CH7/EX7.6/Ex7_6.sce @@ -0,0 +1,14 @@ +clc
+
+T=300//K
+ni=1.5*10^10// cm^-3
+Nd=10^15// cm^-3
+Vbi=0.855// V
+e=1.6*10^-19// eV
+k=1.3806*10^-23// JK^-1
+S=1.32*10^15// Slope=1.32*10^-15 (F/cm^2)^-2*(V)-1
+epsilon0=8.85*10^-14// F/m
+epsilons=11.7
+Nd=2/((e*(epsilons*epsilon0))*S)
+Na=((ni*ni)/Nd)*exp((e*Vbi)/(k*T))
+disp(Na,"the value of Na in cm^-3 is")
|