summaryrefslogtreecommitdiff
path: root/284/CH8/EX8.2/ex_2.sce
blob: 2a21c742f8e086c6b5eab5d3bee85b65f39be9d2 (plain)
1
2
3
4
5
6
7
8
9
10
// Chapter 8_Metal Semiconductor and Semiconductor heterojunctions
//Caption_Non ideal effects on the barrier height
//Ex_3//page 312
E=6.8*10^4
T=300
e=1.6*10^-19
eps=13.1*8.85*10^-14
delphi=(e*E/(4*%pi*eps))^0.5
xm=(e/(16*%pi*eps*E))^0.5*10^8
printf('Position of the maximum barrier height is %1.0f Angstorm',xm)