Difference between revisions of "ComplexRoot Command"

From GeoGebra Manual
Jump to: navigation, search
(fixed wrong equation)
Line 8: Line 8:
 
;ComplexRoot[ <Polynomial> ]
 
;ComplexRoot[ <Polynomial> ]
 
Finds the complex roots of a given polynomial in x.
 
Finds the complex roots of a given polynomial in x.
:{{example|1=<div><code><nowiki>ComplexRoot[x^2 + 1]</nowiki></code> gives ''{x = ί, x = -ί}'', the complex roots of ''x<sup>2</sup>''.</div>}}
+
:{{example|1=<div><code><nowiki>ComplexRoot[x^2 + 1]</nowiki></code> gives ''{x = ί, x = -ί}'', the complex roots of ''x<sup>2</sup> + 1''.</div>}}
 
{{note| 1=<div>
 
{{note| 1=<div>
 
*The complex ί is obtained by pressing ALT + i. See also [[Complex Command]].
 
*The complex ί is obtained by pressing ALT + i. See also [[Complex Command]].
 
*See also [[CSolve Command]].
 
*See also [[CSolve Command]].
 
</div>}}
 
</div>}}

Revision as of 16:36, 4 August 2011



ComplexRoot[ <Polynomial> ]


CAS Syntax

ComplexRoot[ <Polynomial> ]

Finds the complex roots of a given polynomial in x.

Example:
ComplexRoot[x^2 + 1] gives {x = ί, x = -ί}, the complex roots of x2 + 1.
Note:
© 2024 International GeoGebra Institute