diff options
Diffstat (limited to '3840/CH3/EX3.12/Ex3_12.sce')
-rw-r--r-- | 3840/CH3/EX3.12/Ex3_12.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3840/CH3/EX3.12/Ex3_12.sce b/3840/CH3/EX3.12/Ex3_12.sce new file mode 100644 index 000000000..0acd207f8 --- /dev/null +++ b/3840/CH3/EX3.12/Ex3_12.sce @@ -0,0 +1,19 @@ +clear +// +// +// + +//Variable declaration +a=0.36 //cube edge of unit cell(nm) +h1=1 +k1=1 +l1=1 +h2=3 +k2=2 +l2=1 + +//Calculation +d1=a/sqrt(h1**2+k1**2+l1**2) //interplanar spacing for (111)(nm) +d2=a/sqrt(h2**2+k2**2+l2**2) //interplanar spacing for (321)(nm) + +//Result |