diff options
Diffstat (limited to '3869/CH6/EX6.21/Ex6_21.sce')
-rw-r--r-- | 3869/CH6/EX6.21/Ex6_21.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3869/CH6/EX6.21/Ex6_21.sce b/3869/CH6/EX6.21/Ex6_21.sce new file mode 100644 index 000000000..b0d7a2d74 --- /dev/null +++ b/3869/CH6/EX6.21/Ex6_21.sce @@ -0,0 +1,17 @@ +clear +// +// +// + +//Variable declaration +h=1 +k=1 +l=1 //miller indices +r=1.278*10**-10 //radius(m) + +//Calculation +a=4*r/sqrt(2) +d111=a/sqrt(h**2+k**2+l**2) //interplanar spacing(m) + +//Result +printf("\n interplanar spacing is %0.2f *10**-10 m",d111*10**10) |