Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Polynomial Factoring & Decomposition >

FactorTerms

Updated In 6 Graphic
FactorTerms[poly]
pulls out any overall numerical factor in poly.
FactorTerms[poly, x]
pulls out any overall factor in poly that does not depend on x.
FactorTerms[poly, {x1, x2, ...}]
pulls out any overall factor in poly that does not depend on any of the xi.
  • FactorTerms[poly, x] extracts the content of poly with respect to x.
  • FactorTerms automatically threads over lists in poly, as well as equations, inequalities and logic functions.
Pull out an overall numerical factor, but do no further factoring:
In[1]:=
Click for copyable input
Out[1]=
New in 1 | Last modified in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team