summaryrefslogtreecommitdiff
path: root/1826/CH2/EX2.5/ex2_5.sce
blob: 2245e92c2996a54c587cec16d53b414bc76da7d4 (plain)
1
2
3
4
5
6
7
8
9
10
// Example 2.5, page no-31
clear
clc
lam=1.5418*10^-10//m
theta=30//in degrees
h=1
k=1
l=1
a=lam*sqrt(h^2+k^2+l^2)/(2*sin(theta*%pi/180))
printf("The lattice constant is %.4f *10^-10 m",a*10^10)