summaryrefslogtreecommitdiff
path: root/377/CH5/EX5.2
diff options
context:
space:
mode:
Diffstat (limited to '377/CH5/EX5.2')
-rw-r--r--377/CH5/EX5.2/5_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/377/CH5/EX5.2/5_2.sce b/377/CH5/EX5.2/5_2.sce
new file mode 100644
index 000000000..b91c320f0
--- /dev/null
+++ b/377/CH5/EX5.2/5_2.sce
@@ -0,0 +1,10 @@
+ni=1.5*10^16;
+n=10^22;
+Nd=10^22;
+T=300;
+p=(ni^2)/n;
+printf('\n The value of p = %f',p);
+a=0.913; //say a=me/m0;
+b=-log(10^22/(4.83*10^21*(T^1.5)*(a^1.5)))*0.026; //say b=Ec-Ef
+printf('\n The value of Ec-Ef is %f eV',b);
+printf('\n The fermi energy is %f eV below the conduction band edge',b); \ No newline at end of file