summaryrefslogtreecommitdiff
path: root/3840/CH5/EX5.1/Ex5_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3840/CH5/EX5.1/Ex5_1.sce')
-rw-r--r--3840/CH5/EX5.1/Ex5_1.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3840/CH5/EX5.1/Ex5_1.sce b/3840/CH5/EX5.1/Ex5_1.sce
new file mode 100644
index 000000000..70cd88d40
--- /dev/null
+++ b/3840/CH5/EX5.1/Ex5_1.sce
@@ -0,0 +1,17 @@
+clear
+//
+//
+//
+
+//Variable declaration
+E_EF=0.5 //fermi energy(eV)
+FE=1/100 //probability
+Kb=1.381*10**-23 //boltzmann constant(J/k)
+x=6.24*10**18
+
+//Calculation
+KB=Kb*x
+y=E_EF/KB
+T=y/log(1/FE) //temperature(K)
+
+//Result