Difference between revisions of "ToPolar Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|geogebra}}
 
{{command|geogebra}}
 
;ToPolar[ <Vector> ]
 
;ToPolar[ <Vector> ]

Revision as of 13:31, 28 July 2015



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