Factor Command

From GeoGebra Manual
Revision as of 22:09, 9 March 2013 by Zbynek (talk | contribs) (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Jump to: navigation, search



Factor[ <Polynomial> ]
Factors the polynomial.
Example:
Factor[x^2 + x - 6] yields f(x) = (x - 2) (x + 3).

CAS Syntax

Factor[ <Polynomial> ]
Factors the polynomial.
Example:
Factor[x^2 - y^2] yields (x + y) (x - y).
Factor[ <Expression>, <Variable> ]
Factors an expression with respect to a given variable.
Example:
  • Factor[x^2 - y^2, x] yields (x + y) (x - y), the factorization of x2 - y2 with respect to x,
  • Factor[x^2 - y^2, y] yields (-x - y) (-x + y), the factorization of x2 - y2 with respect to y.
Note:

This command factors expressions over the Rational Numbers. To factor over complex numbers, see the CFactor Command.

© 2024 International GeoGebra Institute