Conclusion for Graphing Engine Thrust
Explore how to use Python functions to convert units and calculate thrust required for engine performance. Learn to graph thrust available and thrust required at different altitudes using Matplotlib. Understand how to apply the DRY principle to make your code more efficient and produce clear graphical results of thrust changes with altitude and drag.
We'll cover the following...
We'll cover the following...
You were able to learn about functions in Python, use them to convert knots to fps and calculate the thrust required, and graph the results by passing the coordinates ...