summaryrefslogtreecommitdiff
path: root/3782/CH5/EX5.14/Ex5_14.sce
blob: ef80ead15aaf4c1888d5a5bce75870bfc54f1cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

//
//

ma=1.585
mb=1.225
aa=1.425
ab=1.150

dAB=100

//a
td=ma-mb
B=aa-td

printf("\n correct staff reading on B should be = %0.3f meters',B)

//c


e=ab-B
printf("\n collimation error is  %0.3f meters',e)