blob: d067092c379b40b85cee797a2566441a22d63404 (
plain)
1
2
3
4
5
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." )
|