summaryrefslogtreecommitdiff
path: root/3755/CH8/EX8.5/Ex8_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3755/CH8/EX8.5/Ex8_5.sce')
-rw-r--r--3755/CH8/EX8.5/Ex8_5.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3755/CH8/EX8.5/Ex8_5.sce b/3755/CH8/EX8.5/Ex8_5.sce
new file mode 100644
index 000000000..1ab90a493
--- /dev/null
+++ b/3755/CH8/EX8.5/Ex8_5.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+T1=300; //temperature(K)
+T2=330; //temperature(K)
+E=0.3; //band gap(eV)
+
+//Calculation
+Ec_Ef=T2*E/T1; //position of Fermi level(eV)
+
+//Result
+printf("\n position of Fermi level is %0.3f eV",Ec_Ef)