ComplexRoot Command

From GeoGebra Manual
Revision as of 16:17, 7 October 2017 by Zbynek (talk | contribs) (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Jump to: navigation, search


ComplexRoot( <Polynomial> )
Finds the complex roots of a given polynomial in x. Points are created in Menu view graphics.svg Graphics View.
Example:
ComplexRoot[x^2 + 4] yields (0 + 2 ί) and (0 - 2 ί)

CAS Syntax

ComplexRoot( <Polynomial> )
Finds the complex roots of a given polynomial in x.
Example:
ComplexRoot[x^2 + 4] yields {- 2 ί, 2 ί}
Note:
Use CSolve Command instead.
© 2024 International GeoGebra Institute