diff options
Diffstat (limited to '3782/CH5/EX5.3/Ex5_3.sce')
-rw-r--r-- | 3782/CH5/EX5.3/Ex5_3.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3782/CH5/EX5.3/Ex5_3.sce b/3782/CH5/EX5.3/Ex5_3.sce new file mode 100644 index 000000000..81dba7177 --- /dev/null +++ b/3782/CH5/EX5.3/Ex5_3.sce @@ -0,0 +1,16 @@ + +// + +// + +h=50 + +d=sqrt(h/0.0673) +printf("\n D= %0.3f ",d) + +r=6370 +dip=d/r +printf("\n dimp of horizon %0.3f degrees',dip) + +dip1=dip*((180*60)/%pi) +printf("\n dimp of horizon %0.3f minutes',dip1) |