Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Algebra /

Factor

FilledSmallSquare Factor[poly] factors a polynomial over the integers.

FilledSmallSquare Factor applies only to the top level in an expression. You may have to apply Factor again to reach other levels.

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 See also: ExpandAll, Simplify, SolveEquation.

Examples

Using InstantCalculators

Here is the InstantCalculator for the Factor function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

Out[1]=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the Factor Function Controller.

Here are a few factored polynomials.

In[2]:=

Out[2]=

In[3]:=

Out[3]=

In[4]:=

Out[4]=

This polynomial doesn't factor, so it returned unchanged.

In[5]:=

Out[5]=

Here, we factor a polynomial in three variables with 195 terms.

In[6]:=

Out[6]=



ja