How do you convert Cartesian coordinates into polar coordinates?
To go from Cartesian to polar use: R=Sqrt(x2+y2); Theta=ArcTan(Y/X). Go from polar to Cartesian: X= R*cos(Theta) Y= R*sin(Theta)
Answered -Galleries
Related Questions
-
How would you convert from Cartesian to spherical coordinates: 1,4,3?
If the Cartesian coordinates are 1 4 3 the spherical are r = ...
-
Can you convert 5 divided by 4 -8cos(theta) to cartesian form?
Sorry but I have not had high school math in a lot of years. ...

Comments