summaryrefslogtreecommitdiff
path: root/3828/CH11/EX11.5/Ex11_5.sce
blob: 2098f693b2b0d94bc2d5f94a57d6524a967bbba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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=")