summaryrefslogtreecommitdiff
path: root/2708/CH19/EX19.3/ex_19_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2708/CH19/EX19.3/ex_19_3.sce')
-rwxr-xr-x2708/CH19/EX19.3/ex_19_3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2708/CH19/EX19.3/ex_19_3.sce b/2708/CH19/EX19.3/ex_19_3.sce
new file mode 100755
index 000000000..00dc575db
--- /dev/null
+++ b/2708/CH19/EX19.3/ex_19_3.sce
@@ -0,0 +1,9 @@
+//Example 19.3 // position of fermi level
+clc;
+clear;
+//given data :
+Eo=.3;// initial position in eV
+T=300;//initially temperature in kelvin
+T1=330;// final temperature in kelvin
+E=Eo*T1/T;// (formula to calculate) final position in eV
+disp(E,"new position of fermi level in eV")