summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.17/Ex1_17.sce
blob: a9c4662791087fb8857036adc4a8d66d61446aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)