summaryrefslogtreecommitdiff
path: root/3875/CH10/EX10.26/10_26.sce
blob: 0d27dca622b74bc2427be8a7aca858ae23602c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
clear;
m=9.1*10^-31 //mass in kg
h=6.63*10^-34 //Plancks constant in J-s
e=1.6*10^-19 //charge in C
n=1 //first reflection maximum
tetha=60 //glancing angle
V=344 //voltage in V

//calculation
d=((n*h)/(2*sind(60)*sqrt(2*m*e*V)))/10^-9
mprintf("The interplanar distance is = %1.3f nm",d)