summaryrefslogtreecommitdiff
path: root/446/CH3/EX3.1/3_1.sce
blob: 5e4c3afe52075b1a7bc365d6401a43365930062b (plain)
1
2
3
4
5
6
clear    
clc
disp('Exa-3.1');
w=0.250; theta=26.3;n=1 // n=1 for hydrogen atom and rest all are given values
d=n*w/(2*sind(theta));     // bragg's law
printf('Hence the atomic spacing is %.3f nm.',d);