diff options
Diffstat (limited to '3769/CH20/EX20.11/Ex20_11.sce')
-rw-r--r-- | 3769/CH20/EX20.11/Ex20_11.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH20/EX20.11/Ex20_11.sce b/3769/CH20/EX20.11/Ex20_11.sce new file mode 100644 index 000000000..72dbffd49 --- /dev/null +++ b/3769/CH20/EX20.11/Ex20_11.sce @@ -0,0 +1,12 @@ +clear +//Given +R=6400*10**3 //m +h=160 + +//Calculation +// +d=sqrt(2*R*h) +h2=4*h + +//Result +printf("\n Height is %0.3f m", h2) |