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
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.
Details 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.
Examples
open all close allBasic Examples (2)
Scope (10)
Basic Uses (7)
A polynomial with complex coefficients:
FactorTerms threads over lists:
FactorTerms threads over equations and inequalities:
Applications (1)
Properties & Relations (3)
Expand distributes the common factor over the terms, effectively reverting FactorTerms:
FactorTermsList gives a list of factors:
Factor performs a complete factorization:
See Also
Related Guides
History
Introduced in 1988 (1.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1988), FactorTerms, Wolfram Language function, https://reference.wolfram.com/language/ref/FactorTerms.html (updated 2007).
CMS
Wolfram Language. 1988. "FactorTerms." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/FactorTerms.html.
APA
Wolfram Language. (1988). FactorTerms. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FactorTerms.html
BibTeX
@misc{reference.wolfram_2025_factorterms, author="Wolfram Research", title="{FactorTerms}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FactorTerms.html}", note=[Accessed: 11-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_factorterms, organization={Wolfram Research}, title={FactorTerms}, year={2007}, url={https://reference.wolfram.com/language/ref/FactorTerms.html}, note=[Accessed: 11-August-2025]}