summaryrefslogtreecommitdiff
path: root/1883/CH1/EX1.2.8/Example1_23.sce
blob: dc5c782557b9d2ad6884fe4637622324412620ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Chapter-1,Example1_2_8,pg 1-16

V=0.2                             //volume of oil

A=10^4                             //area

t=V/A                              //Thickness of oil film

r=0                                //for normal incidence

n=1                                //for 1st dark band

wavelength=5.5*10^-5                      //wavelength of light 

u=n*wavelength/(2*t*cosd(r))

printf('\nrefractive index of oil is  u = %.3f',u)