blob: ba07869e22a9506e1bef7a05c7264db89ce09fef (
plain)
1
2
3
4
5
6
|
//Example 5_27
clc();
clear;
//To identify unit cell and determine its dimensions
printf("We have the relation sin^(theta)=((lamda/(2*a))^2*(h^2+k^2+l^2))=(j*((lamda/(2*a))^2)")
printf("\n This can be used to Estimate the cell parameters and Indexing")
|