summaryrefslogtreecommitdiff
path: root/3537/CH5/EX5.4
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH5/EX5.4')
-rw-r--r--3537/CH5/EX5.4/Ex5_4.sce13
-rw-r--r--3537/CH5/EX5.4/Ex5_4.txt1
2 files changed, 14 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")
diff --git a/3537/CH5/EX5.4/Ex5_4.txt b/3537/CH5/EX5.4/Ex5_4.txt
new file mode 100644
index 000000000..52e8bc328
--- /dev/null
+++ b/3537/CH5/EX5.4/Ex5_4.txt
@@ -0,0 +1 @@
+Inter planar spacing d111= 2.087D-10 meters \ No newline at end of file