summaryrefslogtreecommitdiff
path: root/3756/CH2/EX2.10/Ex2_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH2/EX2.10/Ex2_10.sce')
-rw-r--r--3756/CH2/EX2.10/Ex2_10.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH2/EX2.10/Ex2_10.sce b/3756/CH2/EX2.10/Ex2_10.sce
new file mode 100644
index 000000000..963f841ec
--- /dev/null
+++ b/3756/CH2/EX2.10/Ex2_10.sce
@@ -0,0 +1,14 @@
+clc
+//
+//
+//
+
+//Variable declaration
+lambdaa=5000*10**-8 //Wavelength
+invde=(2620/2.54) //Diffraction element inverse
+
+//Calculations
+n=(1/(lambdaa*invde))
+//Result
+printf("\n The orders visible would be %i ",n)
+