- numpy - matplotlib Physim

Cartesian to Polar Coordinate Point Grapher

In this section you will analyze the results you observed from running the Polar and Cartesian Coordinate Simulations by plotting the points of the Cartesian Coordinate system onto the Polar Coordinate System.

Below is a graph output of a program asking the user to input Cartesian Coordinates and outputing the graph of those points in the Polar 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 Cartesian Coordinate system to the Polar Coordinate system and plotting the result in a 2D graph.


# insert your code here


Go Back to Coordinate Exercises Page