Difference between revisions of "ToComplex Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|vector-matrix}}
{{command|CAS}}
+
;ToComplex( <Vector> )
;ToComplex[ <Vector> ]
+
:Transforms a vector or point to  a complex number in algebraic form.
:Transforms a complex number or point to  a complex number in algebraic form.
+
:{{example|1=<div><code><nowiki>ToComplex((3, 2))</nowiki></code> yields ''3 + 2ί''.</div>}}
{{Note|See also [[ToPolar Command]].}}
+
==CAS Syntax==
 +
;ToComplex( <Vector> )
 +
:Transforms a vector or point to  a complex number in algebraic form.
 +
:{{example|1=<div><code><nowiki>ToComplex((3, 2))</nowiki></code> yields ''3 + 2ί''.</div>}}
 +
{{note| 1=<div>
 +
* The complex ί is obtained by pressing {{KeyCode| ALT + i}}.
 +
* See also [[ToExponential Command]], [[ToPoint Command]] and [[ToPolar Command]].</div>}}

Latest revision as of 19:16, 30 September 2017


ToComplex( <Vector> )
Transforms a vector or point to a complex number in algebraic form.
Example:
ToComplex((3, 2)) yields 3 + 2ί.

CAS Syntax

ToComplex( <Vector> )
Transforms a vector or point to a complex number in algebraic form.
Example:
ToComplex((3, 2)) yields 3 + 2ί.
Note:
© 2024 International GeoGebra Institute