summaryrefslogtreecommitdiff
path: root/3651/CH6/EX6.8
diff options
context:
space:
mode:
Diffstat (limited to '3651/CH6/EX6.8')
-rw-r--r--3651/CH6/EX6.8/8.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3651/CH6/EX6.8/8.sce b/3651/CH6/EX6.8/8.sce
new file mode 100644
index 000000000..42eb4d273
--- /dev/null
+++ b/3651/CH6/EX6.8/8.sce
@@ -0,0 +1,13 @@
+//Variable declaration
+Ev=0
+Ec=1.12
+k=1.38*10**-23
+T=300
+mh=0.28
+mc=0.12
+e=1.6*10**-19
+//Calculations
+Ef=((Ec+Ev)/2)+((3*k*T)/(4*e))*log(mh/mc)
+
+//Result
+printf('Position of fermi level = %0.3f eV \n',(Ef)) \ No newline at end of file