summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.9/Ex1_9.sce
blob: 7e0eb52f0bebf2b27ece396361dcf9f3e989cfff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
//
//
//

//Variable declaration
d=0.75                   //slit separation
Beta=0.087*10**-3        //Fringe width


//Calculations
Beta2=Beta*10**3/d

//Result
printf("\n The fringe width would become  %0.3f mm",Beta2)