summaryrefslogtreecommitdiff
path: root/1883/CH2/EX2.3.1/Example2_7.sce
blob: f1eaeb59bbcdd967a22ab3350f1db8f1874a49b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter-2,Example2_3_1,pg 2-16

a=0.16                              //width of slit

b=0.8                               //width of slit

n=[1 2 3]                            //no of minima

m=((a+b)/a).*n

printf('\nthe missing orders are m = ')

disp(m)