summaryrefslogtreecommitdiff
path: root/548/CH6/EX6.7
diff options
context:
space:
mode:
Diffstat (limited to '548/CH6/EX6.7')
-rwxr-xr-x548/CH6/EX6.7/6_07.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/548/CH6/EX6.7/6_07.sce b/548/CH6/EX6.7/6_07.sce
new file mode 100755
index 000000000..eec83c4b7
--- /dev/null
+++ b/548/CH6/EX6.7/6_07.sce
@@ -0,0 +1,8 @@
+pathname=get_absolute_file_path('6_07.sce')
+filename=pathname+filesep()+'6_07data.sci'
+exec(filename)
+a=atand(1/L_D);disp(a,"a=","tan(a)=1/(L/D)","minimum glide angle a:")
+R=H*L_D;disp(R,"R=","R=H*L/D","maximum range along ground :")
+printf("\Answer:\n")
+printf("\minimum glide angle: %f \n",a)
+printf("\n\maximum range covered along ground: %f m\n\n",R) \ No newline at end of file