summaryrefslogtreecommitdiff
path: root/1883/CH1/EX1.7.2/Example1_2.sce
blob: f1ee05d595f582e9b564dcb2d112a9131f771440 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Chapter-1,Example1_7_2,pg 1-42

wavelength=6000                                                    //wavelength of light in air

u=1.2                                                              //refractive index of transparant material

wavelength_1=wavelength/u                                                        //The wavelength of wavelength_1 in a medium of refractive index 'u'
 
t=wavelength_1/4                                                          //thickness of coating

printf("\nThe thickness of coating to eliminate reflection is  t = %.f A.\n",t)