diff options
Diffstat (limited to '3782/CH1/EX1.12/Ex1_12.sce')
-rw-r--r-- | 3782/CH1/EX1.12/Ex1_12.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3782/CH1/EX1.12/Ex1_12.sce b/3782/CH1/EX1.12/Ex1_12.sce new file mode 100644 index 000000000..169fe082d --- /dev/null +++ b/3782/CH1/EX1.12/Ex1_12.sce @@ -0,0 +1,15 @@ +clear +//ch-1 page-33, pb-12 +// + + +x=(380.0285/2.5754) + +PA=x +AQ=367-x +al=180-(36.45+86.55) +bt=86.35-40-35 + +TA=AQ*tan(46*(%pi/180)) + +printf("\n width of river is %0.3f meters',TA) |