ToPolar Command

From GeoGebra Manual
Revision as of 11:22, 21 December 2012 by MagdalenaSophieF (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