Polar to Cartesian Coordinate Point Grapher
In this section you will analyze the results you observed from running the Cartesian and Polar Coordinate Simulations by plotting the points of the Polar Coordinate system onto the Cartesian Coordinate System.
Below is a graph output of a program asking the user to input Polar Coordinates and outputing the graph of those points in the Cartesian Coordinate system. You will create a program like this one to practice your understanding of coordinate conversions, plotting, and python.
Here is a code editor so that you can input your code to create a conversion from the Polar Coordinate system to the Cartesian Coordinate system and plotting the result in a 2D graph.
Go Back to Coordinate Exercises Page