Mathematica 9 is now available

ExtensionGroebnerBasis (modified)

Factor

FilledSmallSquareFactor[poly] factors a polynomial over the integers.

FilledSmallSquareFactor[poly, Modulus->p] factors a polynomial modulo a prime p.

FilledSmallSquareFactor[poly, Extension->, , ... ] factors a polynomial allowing coefficients that are rational combinations of the algebraic numbers .

FilledSmallSquareFactor applies only to the top level in an expression. You may have to use Map, or apply Factor again, to reach other levels.

FilledSmallSquareFactor[poly, GaussianIntegers->True] factors allowing Gaussian integer coefficients.

FilledSmallSquare If any coefficients in poly are complex numbers, factoring is done allowing Gaussian integer coefficients.

FilledSmallSquare The exponents of variables need not be positive integers. Factor can deal with exponents that are linear combinations of symbolic expressions.

FilledSmallSquare When given a rational expression, Factor effectively first calls Together, then factors numerator and denominator.

FilledSmallSquare With the default setting Extension->None, Factor[poly] will treat algebraic number coefficients in poly like independent variables.

FilledSmallSquareFactor[poly, Extension->Automatic] will extend the domain of coefficients to include any algebraic numbers that appear in poly.

FilledSmallSquare See The Mathematica Book: Section 1.4.3, Section 1.4.5 and Section 3.3.1.

FilledSmallSquare Implementation Notes: see section A.9.5.

FilledSmallSquare See also: FactorTerms, FactorSquareFree, Solve, Expand, Simplify, FactorInteger, TrigFactor.

Further Examples

ExtensionGroebnerBasis (modified)



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.