Spherical to Cartesian Coordinate Point Grapher
In this section you will analyze the results you observed from running the Spherical and Cartesian Coordinate Simulations by plotting the points of the Spherical Coordinate system onto the Cartesian Coordinate System.
Below is a graph output of a program asking the user to input Spherical 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 Spherical Coordinate system to the Cartesian Coordinate system and plotting the result in a 3D graph.
Go Back to Coordinate Exercises Page