summaryrefslogtreecommitdiff
path: root/3828/CH11/EX11.5/Ex11_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3828/CH11/EX11.5/Ex11_5.sce')
-rw-r--r--3828/CH11/EX11.5/Ex11_5.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3828/CH11/EX11.5/Ex11_5.sce b/3828/CH11/EX11.5/Ex11_5.sce
new file mode 100644
index 000000000..2098f693b
--- /dev/null
+++ b/3828/CH11/EX11.5/Ex11_5.sce
@@ -0,0 +1,13 @@
+//Chapter 11 : Free Electron Theory Of Metals
+
+clear;
+
+//Variable declaration
+fE=0.01 //probability
+delE=8*10**-20 //ev to J
+
+//Calculations
+T=5797/log(99)
+
+//Result
+disp('K',T,"Temperature=")