|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FactorTerms
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
.
Details and OptionsDetails and Options
- 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.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Pull out an overall numerical factor, but do no further factoring:
| In[1]:= |
| Out[1]= |
New in 1 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
