diff options
Diffstat (limited to '3782/CH5/EX5.4/Ex5_4.sce')
-rw-r--r-- | 3782/CH5/EX5.4/Ex5_4.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3782/CH5/EX5.4/Ex5_4.sce b/3782/CH5/EX5.4/Ex5_4.sce new file mode 100644 index 000000000..6cb9e0b37 --- /dev/null +++ b/3782/CH5/EX5.4/Ex5_4.sce @@ -0,0 +1,16 @@ + +// + +// + +h1=50 +h2=10 +c=0.0673 + +d1=sqrt(h1/c) + +d2=sqrt(h2/c) + +dis=d1+d2 + +printf("\n distance between man and object is %0.3f meters',dis) |