summaryrefslogtreecommitdiff
path: root/3537/CH2/EX2.15
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH2/EX2.15')
-rw-r--r--3537/CH2/EX2.15/Ex2_15.sce8
-rw-r--r--3537/CH2/EX2.15/Ex2_15.txt1
2 files changed, 9 insertions, 0 deletions
diff --git a/3537/CH2/EX2.15/Ex2_15.sce b/3537/CH2/EX2.15/Ex2_15.sce
new file mode 100644
index 000000000..080efe3d9
--- /dev/null
+++ b/3537/CH2/EX2.15/Ex2_15.sce
@@ -0,0 +1,8 @@
+//Example 2_15
+clc();
+clear;
+//To find the highest order that ca be seen
+n=5906*10^2 //units in line/cm
+lamda=600*10^-9 //units in cm
+m=1/(n*lamda)
+printf("Maximum order that can be seen is %d",m)
diff --git a/3537/CH2/EX2.15/Ex2_15.txt b/3537/CH2/EX2.15/Ex2_15.txt
new file mode 100644
index 000000000..0f6783b6a
--- /dev/null
+++ b/3537/CH2/EX2.15/Ex2_15.txt
@@ -0,0 +1 @@
+Maximum order that can be seen is 2 \ No newline at end of file