summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.19/Ex1_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.19/Ex1_19.sce')
-rw-r--r--3756/CH1/EX1.19/Ex1_19.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3756/CH1/EX1.19/Ex1_19.sce b/3756/CH1/EX1.19/Ex1_19.sce
new file mode 100644
index 000000000..2c02b4f63
--- /dev/null
+++ b/3756/CH1/EX1.19/Ex1_19.sce
@@ -0,0 +1,18 @@
+clc
+//
+//
+//
+
+//Variable declaration
+mu=4/3 //refractive index
+t=1.5 //thickness
+cosr=0.7603
+lambdaa=5*10**-7 //Wavelength
+
+
+//Calculations
+n=(2*mu*t*cosr*10**-6)/lambdaa
+
+//Result
+printf("\n The order of interference of dark band is %i ",n)
+