summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.26/Ex1_26.sce
blob: e3e3fe5ecb94ddb88b40d2e28cb17d12325b2044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


//CH-1 PAGE-43  PB-3

//
//

l=1.2 //length
al=30 //map length
al=al/100
sc=1000 //suitable scale


RF=(al)/(sc*l)
printf("\n RF= %0.3f ",RF)


cm1=(1/RF)/(100)

lsc=15
cm15=lsc*cm1

printf("\n length of scale is  %0.3f meters',cm15)