diff options
Diffstat (limited to '3537/CH5/EX5.32/Ex5_32.sce')
-rw-r--r-- | 3537/CH5/EX5.32/Ex5_32.sce | 9 |
1 files changed, 9 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
|