Create a program to calculate the surface of earth's rotation speed (eastward) at these latitudes. Display miles/hour and kilometers/hour.
Hint:
Modify Project #1. Create an interactive program that allows a user to enter a longitude (in degrees).
Loop until the user selects to exit.
Plot the Earth's rotational speed for latitude +90 to -90 degrees, each degree.
Use the matplotlib.pyplot module.
For more information about matplotlib.pyplot click
HERE
.
Modify Project #3. Create an interactive program to plot any planet's longitudinal speeds (+90 to -90, each degree).
Allow the user to enter:
Loop until the user selects to exit.
Perhaps the user could specify other units when entering data? (meters, yards, inches, etc.) (seconds, minutes, days, etc.)
Calculate the rotational (orbital) speed of objects orbiting stars, center of galaxies, etc? (Assume the orbit is a circle - which it is not)