summaryrefslogtreecommitdiff
path: root/1991/CH10/EX10.5/5.sce
blob: e1e13ec668a8f0b3bea221466b7442f069d43223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
clear
//input
a=4//widge dimension
b=64//edge of tissue
c=33//bright fringes
l=0.53*10^-6 //wavelength
//calculation
m=b*c/a//number of bright fringes
t=m*l/2//thickness
//output
printf("the thickness is %3.3e m and hence number of fringes also increases",t)