summaryrefslogtreecommitdiff
path: root/1016/CH8/EX8.11
diff options
context:
space:
mode:
Diffstat (limited to '1016/CH8/EX8.11')
-rwxr-xr-x1016/CH8/EX8.11/ex8_11.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1016/CH8/EX8.11/ex8_11.sce b/1016/CH8/EX8.11/ex8_11.sce
new file mode 100755
index 000000000..1c44d7c7c
--- /dev/null
+++ b/1016/CH8/EX8.11/ex8_11.sce
@@ -0,0 +1,10 @@
+clc;clear;
+//Example 8.11
+
+//given data
+d=1.181;//distance of seperation in Angstrom
+W=1.540;//wavelength in Angstrom
+
+//calculations
+n=2*d/W;//sin(D) = 1 for max value
+disp(n,'the orders of bragg reflection') \ No newline at end of file