summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.17/Ex1_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.17/Ex1_17.sce')
-rw-r--r--3756/CH1/EX1.17/Ex1_17.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3756/CH1/EX1.17/Ex1_17.sce b/3756/CH1/EX1.17/Ex1_17.sce
new file mode 100644
index 000000000..a9c466279
--- /dev/null
+++ b/3756/CH1/EX1.17/Ex1_17.sce
@@ -0,0 +1,17 @@
+clc
+//
+//
+//
+
+//Variable declaration
+mu=1.33 //Refractive index
+cosr=0.7989
+lambda1=6.1*10**-5 //Wavelength 1
+lambda2=6*10**-5 //Wavelength 2
+
+
+//Calculations
+t=(lambda1*lambda2*10**-5)/(2*mu*cosr*(lambda1-lambda2)*10**-5)
+
+//Result
+printf("\n The Thickness is %0.4f cm",t)