CIFactor Command

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



CAS Syntax

CIFactor( <Expression> )
Factors over the complex irrationals.
Example:
CIFactor[x^2 + x + 1] returns \left( x + \frac{-ί \sqrt{3} + 1}{2} \right) \left( x + \frac{ί \sqrt{3} + 1}{2} \right)
CIFactor( <Expression>, <Variable> )
Factors over the complex irrationals with respect to a given variable.
Example:
CIFactor[a^2 + a + 1, a] returns \left( a + \frac{-ί \sqrt{3} + 1}{2} \right) \left( a + \frac{ί \sqrt{3} + 1}{2} \right)
Note: See also IFactor command.
© 2024 International GeoGebra Institute