Dynamic Pressure for an Average Rocket
Develop the code for the dynamic pressure experienced by a rocket during launch.
We'll cover the following...
Marking Max Q
You also want to mark on the graph what the maximum pressure is and where it occurs; by marking this point, you can say at what time Max Q occurs and what value the maximum dynamic pressure reaches. You will use the built-in max()
function to determine the greatest number in y_values
, and you ...