How do you convert Cartesian coordinates into polar coordinates?


Rate This Answer

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 -

Related Questions

View More »

Comments

Advertisement