summaryrefslogtreecommitdiff
path: root/1427/CH22/EX22.24/22_24.sce
blob: f30b943d66d047d31794f8060c05a67a46f2b222 (plain)
1
2
3
4
5
6
//ques-22.24
//Determining interplanar spacing between the 220 planes of a cubic lattice
clc
a=450;//edge length (in pm)
d=a/sqrt(2^2+2^2+0);
printf("Therequired interplanar spacing of the cubic lattice is %.0f pm.",d);