Difference between revisions of "Factor Command"

From GeoGebra Manual
Jump to: navigation, search
(Updated to 4.4)
({{note| 1=This command needs to load the Computer Algebra System, so can be slow on some computers.}})
Line 15: Line 15:
 
:* <code><nowiki>Factor[x^2 - y^2, y]</nowiki></code> yields ''(-x - y) (-x + y)'', the factorization of ''x<sup>2</sup> - y<sup>2</sup>'' with respect to ''y''.</div>}}
 
:* <code><nowiki>Factor[x^2 - y^2, y]</nowiki></code> yields ''(-x - y) (-x + y)'', the factorization of ''x<sup>2</sup> - y<sup>2</sup>'' with respect to ''y''.</div>}}
 
{{note| 1=This command factors expressions over the [[w:Rational_number|Rational Numbers]]. To factor over irrational real numbers, see the [[IFactor Command]]. To factor over complex numbers, see the [[CFactor Command]] and [[CIFactor Command]].}}
 
{{note| 1=This command factors expressions over the [[w:Rational_number|Rational Numbers]]. To factor over irrational real numbers, see the [[IFactor Command]]. To factor over complex numbers, see the [[CFactor Command]] and [[CIFactor Command]].}}
 +
 +
{{note| 1=This command needs to load the Computer Algebra System, so can be slow on some computers.}}

Revision as of 11:22, 16 June 2014



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

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 irrational real numbers, see the IFactor Command. To factor over complex numbers, see the CFactor Command and CIFactor Command.
Note: This command needs to load the Computer Algebra System, so can be slow on some computers.
© 2024 International GeoGebra Institute