blob: f56c1396557ba31dd57872577105d562163ff434 (
plain)
1
2
3
4
5
6
7
|
//Example 5_11
clc();
clear;
//To determine the unitcell and its dimensions
lamda=71 //units in pm
a=lamda/(2*sqrt(0.0111)) //units in pm
printf("The unitcell and its dimensions are %dpm",a)
|