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 allclose all

Basic Examples  (2)

Pull out an overall numerical factor, but do no further factoring:

Pull out factors that do not depend on :

Scope  (10)

Basic Uses  (7)

A univariate polynomial:

A multivariate polynomial:

A rational function:

A polynomial with complex coefficients:

A non-polynomial expression:

FactorTerms threads over lists:

FactorTerms threads over equations and inequalities:

Advanced Uses  (3)

Pull out factors that do not depend on :

Pull out factors that do not depend on and and then factors that do not depend on :

Pull out the overall numeric factor of a polynomial over the integers modulo 3:

Options  (1)

Modulus  (1)

Pull out overall numerical factor over integers modulo 7:

Applications  (1)

Define a large polynomial:

Pull out an overall numerical factor:

Pull out factors that do not depend on x:

Pull out factors that do not depend on x and y and then factors that do not depend on x:

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:

Wolfram Research (1988), FactorTerms, Wolfram Language function, https://reference.wolfram.com/language/ref/FactorTerms.html (updated 2007).

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_2023_factorterms, author="Wolfram Research", title="{FactorTerms}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FactorTerms.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_factorterms, organization={Wolfram Research}, title={FactorTerms}, year={2007}, url={https://reference.wolfram.com/language/ref/FactorTerms.html}, note=[Accessed: 28-March-2024 ]}