diff options
Diffstat (limited to '3537/CH5/EX5.32')
-rw-r--r-- | 3537/CH5/EX5.32/Ex5_32.sce | 9 | ||||
-rw-r--r-- | 3537/CH5/EX5.32/Ex5_32.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/3537/CH5/EX5.32/Ex5_32.sce b/3537/CH5/EX5.32/Ex5_32.sce new file mode 100644 index 000000000..6ca4a2ec0 --- /dev/null +++ b/3537/CH5/EX5.32/Ex5_32.sce @@ -0,0 +1,9 @@ +//Example 5_32
+clc();
+clear;
+//To find the plane which gives reflection
+D=0.228 //units in nm
+lamda=0.154 //units in nm
+hkl=((2*D)/((lamda/2)*sqrt(3)))^2
+printf("Tha maximum value that is possible for h^2+k^2+l^2=%.2f so (h,k,l) values are (2,2,2)",hkl)
+//In text book answer printed wrong as 13.98 correct answer is 11.69
diff --git a/3537/CH5/EX5.32/Ex5_32.txt b/3537/CH5/EX5.32/Ex5_32.txt new file mode 100644 index 000000000..ad9cce0b5 --- /dev/null +++ b/3537/CH5/EX5.32/Ex5_32.txt @@ -0,0 +1 @@ + Tha maximum value that is possible for h^2+k^2+l^2=11.69 so (h,k,l) values are (2,2,2)
\ No newline at end of file |