Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  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 The Mathematica Book on the web: Section 3.3.4.
FilledSmallSquare See also: FactorTermsList, TrigFactorList, CoefficientList.