diff options
Diffstat (limited to '3537/CH5/EX5.27')
-rw-r--r-- | 3537/CH5/EX5.27/Ex5_27.sce | 6 | ||||
-rw-r--r-- | 3537/CH5/EX5.27/Ex5_27.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH5/EX5.27/Ex5_27.sce b/3537/CH5/EX5.27/Ex5_27.sce new file mode 100644 index 000000000..ba07869e2 --- /dev/null +++ b/3537/CH5/EX5.27/Ex5_27.sce @@ -0,0 +1,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")
diff --git a/3537/CH5/EX5.27/Ex5_27.txt b/3537/CH5/EX5.27/Ex5_27.txt new file mode 100644 index 000000000..eddb1979e --- /dev/null +++ b/3537/CH5/EX5.27/Ex5_27.txt @@ -0,0 +1,2 @@ +We have the relation sin^(theta)=((lamda/(2*a))^2*(h^2+k^2+l^2))=(j*((lamda/(2*a))^2)
+ This can be used to Estimate the cell parameters and Indexing
\ No newline at end of file |