summaryrefslogtreecommitdiff
path: root/3537/CH5/EX5.13
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH5/EX5.13')
-rw-r--r--3537/CH5/EX5.13/Ex5_13.sce8
-rw-r--r--3537/CH5/EX5.13/Ex5_13.txt1
2 files changed, 9 insertions, 0 deletions
diff --git a/3537/CH5/EX5.13/Ex5_13.sce b/3537/CH5/EX5.13/Ex5_13.sce
new file mode 100644
index 000000000..dce2462f2
--- /dev/null
+++ b/3537/CH5/EX5.13/Ex5_13.sce
@@ -0,0 +1,8 @@
+//Example 5_13
+clc();
+clear;
+//To find the Maximum possible diffraction order
+lamda=1.5 //units in A.U
+d=1.6 //units in A.U
+n=(2*d)/lamda
+printf("Maximum possible diffraction order = %.0f",n)
diff --git a/3537/CH5/EX5.13/Ex5_13.txt b/3537/CH5/EX5.13/Ex5_13.txt
new file mode 100644
index 000000000..ce508a640
--- /dev/null
+++ b/3537/CH5/EX5.13/Ex5_13.txt
@@ -0,0 +1 @@
+Maximum possible diffraction order = 2 \ No newline at end of file