diff options
Diffstat (limited to '3769/CH20/EX20.13')
-rw-r--r-- | 3769/CH20/EX20.13/Ex20_13.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH20/EX20.13/Ex20_13.sce b/3769/CH20/EX20.13/Ex20_13.sce new file mode 100644 index 000000000..e0f5eb554 --- /dev/null +++ b/3769/CH20/EX20.13/Ex20_13.sce @@ -0,0 +1,12 @@ +clear +//Given +R=6.4*10**6 //m +hr=50 //m +ht=32 //m + +//Calculation +// +d=sqrt(2*R*ht)+sqrt(2*R*hr) + +//Result +printf("\n Maximum distance is %0.1f Km",d*10**-3) |