Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Algebraic Computation / Polynomial Functions /

FactorList

FilledSmallSquare FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.

FilledSmallSquare The first element of the list is always the overall numerical factor. It is {1, 1} if there is no overall numerical factor.

FilledSmallSquare Example: FactorList[3 (1+x)^2 (1-x)] LongRightArrow.

FilledSmallSquare FactorList[poly, Modulus->p] factors modulo a prime p.

FilledSmallSquare FactorList[poly, GaussianIntegers->True] allows Gaussian integer coefficients.

FilledSmallSquare FactorList[poly, Extension->, , ... ] allows coefficients that are arbitrary rational combinations of the .

FilledSmallSquare See Section 3.3.4.

FilledSmallSquare See also: FactorTermsList, TrigFactorList, CoefficientList, Factor.

FilledSmallSquare New in Version 1; modified in 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.