summaryrefslogtreecommitdiff
path: root/3782/CH11/EX11.1/Ex11_1.sce
blob: 3ac65fe8ab7a6211a5ab5a44a3f158cd3bccbfc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

//
//

retiftoi=100
fplusd=0.15
s1=2.450-1.150
thetha1=5+(20/60)
v1=(100*1300*sin(10+(40/60))/2)+(0.15*sin(5+(20/60)))
s2=1.5
thetha2=8+(12/60)
V2=21.197
d2=147.097
RL=750.500+1.8+12.045                                
RLD=RL+V2-1.5
printf("\n RL of instrument axis= %0.3f m",RL)
printf("\n RL of D= %0.3f m", RLD)
printf("\n Distance of CD=147.097m")