summaryrefslogtreecommitdiff
path: root/3869/CH2/EX2.15/Ex2_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH2/EX2.15/Ex2_15.sce')
-rw-r--r--3869/CH2/EX2.15/Ex2_15.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3869/CH2/EX2.15/Ex2_15.sce b/3869/CH2/EX2.15/Ex2_15.sce
new file mode 100644
index 000000000..910d827bb
--- /dev/null
+++ b/3869/CH2/EX2.15/Ex2_15.sce
@@ -0,0 +1,14 @@
+clear
+//
+//
+//
+
+//Variable declaration
+N=15000/2.54*10**2 //number of lines/cm
+lamda=600*10**-9 //wavelength(m)
+
+//Calculation
+m=1/(N*lamda) //highest order that can be seen
+
+//Result
+printf("\n highest order that can be seen is %0.3f ",m)