diff options
Diffstat (limited to '3782/CH5/EX5.5/Ex5_5.sce')
-rw-r--r-- | 3782/CH5/EX5.5/Ex5_5.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3782/CH5/EX5.5/Ex5_5.sce b/3782/CH5/EX5.5/Ex5_5.sce new file mode 100644 index 000000000..74cbd8e8e --- /dev/null +++ b/3782/CH5/EX5.5/Ex5_5.sce @@ -0,0 +1,13 @@ + +// + +// + +h1=10 +c=0.0673 +d1=sqrt(h1/c) + +d2=d1-80 //since d1+d2=80 +h2=c*d2*d2 + +printf("\n height of the hill is %0.3f meters',h2) |