summaryrefslogtreecommitdiff
path: root/1026/CH8/EX8.9/Example8_9.sce
blob: d4c3c89f35ab3144094ddbb5d9d1d03ad0463a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter8,Example8_9,pg 184

alpha=((%pi*10)/(60*60*180))//converting into radian

B=0.5//fringe width

u=1.4

lam=2*B*alpha*u

printf("wavelength of light used\n")

printf("lam=%.12f m",lam)