ToPolar Command

From GeoGebra Manual
Revision as of 14:01, 11 August 2015 by Markus.winkler (talk | contribs)
Jump to: navigation, search


ToPolar[ <Vector> ]
Transforms a vector into its polar coordinates.
Example: ToPolar[{1, sqrt(3)}] yields (2; 60°), the polar coordinates of (1, \sqrt{3}).
ToPolar[ <Complex Number> ]
Transforms a complex number into its polar coordinates.
Example: ToPolar[1 + sqrt(3) * ί] yields (2; 60°), the polar coordinates of 1 + \sqrt{3} * ί.

CAS Syntax

ToPolar[ <Vector> ]
Transforms a vector into its polar coordinates.
Example: ToPolar[(1, sqrt(3))] yields (2; \frac{\pi}{3}), the polar coordinates of (1, \sqrt{3}).
ToPolar[ <Complex Number> ]
Transforms a complex number into its polar coordinates.
Example: ToPolar[1 + sqrt(3) * ί] yields (2; \frac{\pi}{3}), the polar coordinates of 1 + \sqrt{3} * ί.
Note:
© 2024 International GeoGebra Institute