summaryrefslogtreecommitdiff
path: root/1535/CH3/EX3.6/Ch03Ex6.sci
blob: 1c0369e2dbb29a46842c2338357bbcd759237292 (plain)
1
2
3
4
5
6
7
8
9
10
// Scilab Code Ex3.6 : Page-72 (2010)
lambda = 5900e-008;    // Wavelength of monochromatic lihgt used, m
t = 0.010e-01;    // Spacer thickness, cm
l = 10;    // Wedge length, cm
theta = t/l;    // Angle of the wedge, rad
beta = lambda/(2*theta);    // Fringe width, cm
printf("\nThe separation between consecutive bright fringes = %5.3e cm", beta);

// Result 
// The separation between consecutive bright fringes = 2.950e-001 cm