summaryrefslogtreecommitdiff
path: root/1952/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1952/CH5/EX5.5/Ex5_5.sce')
-rwxr-xr-x1952/CH5/EX5.5/Ex5_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1952/CH5/EX5.5/Ex5_5.sce b/1952/CH5/EX5.5/Ex5_5.sce
new file mode 100755
index 000000000..19daa2959
--- /dev/null
+++ b/1952/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,8 @@
+// chapter 5 , Example5 5 , pg 152
+d110=2.03//spacing of(1 1 0) planes (in Angstrom)
+h=1
+k=1
+l=0 //(h k l)=(1 1 0)
+a=d110*sqrt(h^2+k^2+l^2)//size of unit cell
+printf("size of unit cell=")
+printf("a=%.2f angstrom",a)