summaryrefslogtreecommitdiff
path: root/1538/CH5/EX5.2/Ex5_2.sce
blob: f6b31838dc78e686b5a7b84c77e8fea2e967b9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//example-5.2
//page no-141
//given
//bragg's angle of reflection
theta1=17.03*(%pi)/180  //radians
//wavelength of light
lambda=0.71  //A
//according to bragg's equation 
//n*lambda=2*d*sin(theta)
//for n=1
d=lambda/2/sin(theta1)  //A
//given that h^2+k^2+l^2=8
//let (h^2+k^2+l^2)^1/2=H
//we get
H=sqrt(8)
a=d*H  //A
//since h^2+k^2+l^2=8 ,hence the reflecting planes will be (220). family of planes (220) include (220), (202), (022) ,etc.