diff options
Diffstat (limited to '3782/CH1/EX1.26')
-rw-r--r-- | 3782/CH1/EX1.26/Ex1_26.sce | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/3782/CH1/EX1.26/Ex1_26.sce b/3782/CH1/EX1.26/Ex1_26.sce new file mode 100644 index 000000000..e3e3fe5ec --- /dev/null +++ b/3782/CH1/EX1.26/Ex1_26.sce @@ -0,0 +1,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) |