summaryrefslogtreecommitdiff
path: root/1694/CH1/EX1.13
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH1/EX1.13')
-rw-r--r--1694/CH1/EX1.13/EX1_13.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH1/EX1.13/EX1_13.sce b/1694/CH1/EX1.13/EX1_13.sce
new file mode 100644
index 000000000..9eecf1870
--- /dev/null
+++ b/1694/CH1/EX1.13/EX1_13.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+printf("\nEx1.13\n");
+//page no.-24
+//given
+d=1.5;.............//interatomic spacing in Angstrom
+lambda=1.4;.......//wavelength
+theta=90;.......//angle in degree
+//by BRAGG'S RELATION 2dsin(theta)=n*lambda
+
+n=(2*d)/lambda.........//order of diffraction
+
+printf("\nmaximum order of spectrum is 2\n");