 |
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
,
,
, ...
] pulls out any overall factor in poly that does not depend on any of the .
Example: FactorTerms[3 - 3x^2] . FactorTerms[
poly
,
x
] extracts the content of poly with respect to x. See notes for Factor. See the Mathematica book: Section 1.4.5, Section 3.3.1.
Further Examples
FactorTerms of one argument pulls out rational factors.
In[1]:= 
Out[1]= 
FactorTerms of one argument pulls out rational factors.
In[2]:= 
Out[2]= 
See the Further Examples for FactorTermsList.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|