summaryrefslogtreecommitdiff
path: root/1883/CH1/EX1.3.3/Example1_5.sce
blob: fa23f91a7da6f5929eb9ae575175dd012c18b7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Chapter-1,Example1_3_3,pg 1-22

B=0.25                                                        //fringe width

u=1.4                                                              //refractive index of film

a=(20/3600)*(%pi/180)                                              //angle made by film in radians

wavelength=2*a*B*u                                                        //as fringe width is     'B = wavelength/(2*a*u)'

printf("\nThe wavelength of monochromatic light is = %.8f cm\n",wavelength)