summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.19/Ex1_19.sce
blob: 82aeba27af3c03c6182311c1ae62f822f252f4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

//ch-1  page -38  pb-2

//

//

ab=550
AB=ab*(cos(15*(%pi/180)))

l=20
e=0.05
l1=l+e
ml=AB
printf("\n measured length is  %0.3f meters',ml)

tl=(l1/l)*ml

printf("\n true length is  %0.3f meters',tl)