Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Polynomial Algebra > Polynomial Factoring & Decomposition >
Mathematica > Mathematics and Algorithms > Formula Manipulation > Algebraic Transformations > Polynomial Factoring & Decomposition >

FactorSquareFree

FactorSquareFree[poly]
pulls out any multiple factors in a polynomial.
  • FactorSquareFree automatically threads over lists, as well as equations, inequalities and logic functions.
Pull out multiple factors:
A complete factorization:
Pull out multiple factors:
In[1]:=
Click for copyable input
Out[1]=
 
A complete factorization:
In[1]:=
Click for copyable input
Out[1]=
A univariate polynomial:
A multivariate polynomial:
A rational function:
By default algebraic number coefficients are treated as independent variables:
With Extension->Automatic algebraic dependencies between coefficients are recognized:
Pull out multiple factors over the integers modulo 2:
Pull out multiple factors in a trigonometric expression:
FactorSquareFree only pulls out multiple factors:
Factor gives a complete factorization:
Expand is effectively the inverse of FactorSquareFree:
FactorSquareFreeList gives a list of factors:
A univariate polynomial has multiple factors if an only if its Discriminant is zero:
New in 1 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team