summaryrefslogtreecommitdiff
path: root/3782/CH5/EX5.10/Ex5_10.sce
blob: 09a905a1953dfe00d973bf02c8f3f7798a13aa43 (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
25
26
27
28

//

//

aa=1.155
ab=2.595
ba=0.985
bb=2.415

td=((ab-aa)+(bb-ba))/2

rla=525.5
rlb=rla-td
dab=500
printf("\n true RL of B %0.3f meters',rlb)

dab1=dab/1000

correct=0.0673*dab1*dab1
printf("\n combined corrction for 500m= %0.3f meters',correct)

sc=100
a=1.155
e=-(0.0118*sc)/(dab)


printf("\n collimation error per 100m= %0.3f meters',e)