summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.6/Ex1_6.sce
blob: 427e3cbb61dc986cbd70474de20afcc1d1e7f3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clear
//
//
//

//Variable declaration
lamda=500*10**-9      //wavelength(m)
D=2                   //distance of screen from slits(m)
l=5*10**-2            //distance(m)
n=100                 //number of fringes

//Calculation
beta1=l/n
d=lamda*D/beta1         //distance between slits(m)

//Result
printf("\n distance between slits is %0.0f  mm",d*10**3)