diff options
Diffstat (limited to '3782/CH1/EX1.25/Ex1_25.sce')
-rw-r--r-- | 3782/CH1/EX1.25/Ex1_25.sce | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/3782/CH1/EX1.25/Ex1_25.sce b/3782/CH1/EX1.25/Ex1_25.sce new file mode 100644 index 000000000..7584b2404 --- /dev/null +++ b/3782/CH1/EX1.25/Ex1_25.sce @@ -0,0 +1,24 @@ + + +//CH-1 PAGE-42,43 PB-2 + +// +// + + +sc=100 //scale length +area=93750 //area +l=6.0 //length +b=6.25 //bredth + +cm2=(area)/(l*b) // 1 cm^2 + +cm=sqrt(cm2) +RF=1/(sc*cm) + +printf("\n RF= %0.3f ",RF) + +leng=14 // assumme length of scale +leng=leng*cm + +printf("\n length of final scale is %0.3f ",leng) |