summaryrefslogtreecommitdiff
path: root/3840/CH3/EX3.10/Ex3_10.sce
blob: 51cde5518430b2fdb68508b8769743043e1af9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clear
//
//
//

//Variable declaration
n=1     //order
theta=19.2*%pi/180     //glancing angle(radian)
lamda=1.54                 //wavelength(angstrom)
h=1
k=1
l=1

//Calculation
d=n*lamda/(2*sin(theta))       //lattice parameter(angstrom)
a=d*sqrt(h**2+k**2+l**2)       //cube edge of unit cell(angstrom)

//Result