summaryrefslogtreecommitdiff
path: root/3769/CH21/EX21.2/Ex21_2.sce
blob: 7f4a7b9d79d43ea3b6a348182f54b994246fab8a (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
l=6200*10**-10                   //m
D=0.8
b=2.8*10**-3/4.0

//Calculation
d=(l*D)/b

//Result
printf("\n Separation of the two slit is %0.1f  mm",d*10**3)