diff options
Diffstat (limited to '548/CH9/EX9.5/9_05.sce')
-rwxr-xr-x | 548/CH9/EX9.5/9_05.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/548/CH9/EX9.5/9_05.sce b/548/CH9/EX9.5/9_05.sce new file mode 100755 index 000000000..d067092c3 --- /dev/null +++ b/548/CH9/EX9.5/9_05.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('9_05.sce')
+filename=pathname+filesep()+'9_05data.sci'
+exec(filename)
+printf("\n\burnout velocity of single stage rocket : %f m/s\n\n",Vb)
+printf("\n\burnout velocity of double stage rocket after second stage: %f m/s\n\n",Vb2)
+disp("As we can see from final burnout velocities that a double-stage rocket can give a greater launching velocity as compared to single stage rocket." )
\ No newline at end of file |