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

//

//

aa=1.725
ab=1.370
ba=1.560
bb=1.235

A=aa-ab
B=ba-bb

AB=(A+B)/2

printf("\n true difference between A and B is  %0.3f meters',AB)

CB=bb
CA=CB+AB

OCA=1.560
e=OCA-CA

printf("\n amount of collimation error = %0.3f meters',e)