Difference between revisions of "ComplexRoot Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
{{command|function}}
 
{{command|function}}
Line 7: Line 6:
  
 
==CAS Syntax==
 
==CAS Syntax==
 +
;ComplexRoot[ <Polynomial> ]
 +
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>}}
 +
{{note| 1=<div>
 +
*The complex ί is obtained by pressing ALT + i. See also [[Complex Command]].
 +
*See also [[CSolve Command]].
 +
</div>}}

Revision as of 13:05, 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.
Note:
© 2024 International GeoGebra Institute