diff options
Diffstat (limited to '3537/CH5/EX5.4/Ex5_4.sce')
-rw-r--r-- | 3537/CH5/EX5.4/Ex5_4.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3537/CH5/EX5.4/Ex5_4.sce b/3537/CH5/EX5.4/Ex5_4.sce new file mode 100644 index 000000000..40b988032 --- /dev/null +++ b/3537/CH5/EX5.4/Ex5_4.sce @@ -0,0 +1,13 @@ +//Example 5_4
+clc();
+clear;
+//To determine the interplanar spacing
+r=1.278*10^-10 //units in meters
+a=(4*r)/sqrt(2) //units in meters
+h=1
+k=1
+l=1
+d111=a/sqrt(h^2+k^2+l^2) //units in meters
+printf("Inter planar spacing d111=")
+disp(d111)
+printf("meters")
|