blob: e98d92ef0d01188c835c1b7003756e040e9a39fe (
plain)
1
2
3
4
5
6
7
|
//Example 5_11_u1
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)
|