summaryrefslogtreecommitdiff
path: root/377/CH5/EX5.3/5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH5/EX5.3/5_3.sce')
-rw-r--r--377/CH5/EX5.3/5_3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/377/CH5/EX5.3/5_3.sce b/377/CH5/EX5.3/5_3.sce
new file mode 100644
index 000000000..43beb567c
--- /dev/null
+++ b/377/CH5/EX5.3/5_3.sce
@@ -0,0 +1,7 @@
+disp("Ef-Ec = K*T*((log(n/Nc))+((1/sqrt(8))*(n/Nc)))");
+a=4.4; //say n/Nc=a
+Nc=2.78*10^19;
+n=a*Nc;
+a1=4.51;
+n1=a*a1*10^17;
+printf('\n For GaAs, the density for degeneracy is %f',n1); \ No newline at end of file