diff options
Diffstat (limited to '3537/CH5/EX5.13/Ex5_13.sce')
-rw-r--r-- | 3537/CH5/EX5.13/Ex5_13.sce | 8 |
1 files changed, 8 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)
|