summaryrefslogtreecommitdiff
path: root/1694/CH1/EX1.27/EX1_27.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH1/EX1.27/EX1_27.sce')
-rw-r--r--1694/CH1/EX1.27/EX1_27.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1694/CH1/EX1.27/EX1_27.sce b/1694/CH1/EX1.27/EX1_27.sce
new file mode 100644
index 000000000..4e5c561a0
--- /dev/null
+++ b/1694/CH1/EX1.27/EX1_27.sce
@@ -0,0 +1,16 @@
+clear;
+clc;
+printf("\nEx1.27\n");
+//page no.-36
+//given
+n=1;.....................//order
+lambda=0.82*10^-10;......//wavelength in m
+a=3*10^-10;.............//lattice constant
+theta=75.86;............//angle in degrees
+//from bragg's law
+
+d=(n*lambda)/(2*sind(theta))........//interplanar spacing in m
+
+//by formula, sqrt(h^2+k^2+l^2)=a/d...miller indices can be found
+
+printf("\nmiller indices are (001),(010),(100)\n");