PolynomialGCD
PolynomialGCD[poly1,poly2,…]
gives the greatest common divisor of the polynomials polyi.
PolynomialGCD[poly1,poly2,…,Modulusp]
evaluates the GCD modulo the prime p.
Details and Options
- In PolynomialGCD[poly1,poly2,…], all symbolic parameters are treated as variables.
- PolynomialGCD[poly1,poly2,…] will by default treat algebraic numbers that appear in the polyi as independent variables.
- PolynomialGCD[poly1,poly2,…,Extension->Automatic] extends the coefficient field to include algebraic numbers that appear in the polyi.
Examples
open allclose allBasic Examples (3)
Scope (10)
Basic Uses (4)
Advanced Uses (6)
With Extension->Automatic, PolynomialGCD detects algebraically dependent coefficients:
Compute the GCD of polynomials over the integers modulo :
Compute the GCD of polynomials over a finite field:
With Trig->True, PolynomialGCD recognizes dependencies between trigonometric functions:
Options (3)
Extension (1)
By default, algebraic numbers are treated as independent variables:
With Extension->Automatic, PolynomialGCD detects algebraically dependent coefficients:
Trig (1)
By default, PolynomialGCD treats trigonometric functions as independent variables:
With Trig->True, PolynomialGCD recognizes dependencies between trigonometric functions:
Applications (2)
Properties & Relations (3)
The GCD of polynomials divides the polynomials; use PolynomialMod to prove it:
Cancel divides the numerator and the denominator of a rational function by their GCD:
PolynomialLCM finds the least common multiple of polynomials:
Resultant of two polynomials is zero if and only if their GCD has a nonzero degree:
Discriminant of a polynomial f is zero if and only if the degree of GCD(f,f') is nonzero:
Discriminant of a polynomial f is zero if and only if the polynomial has multiple roots:
Text
Wolfram Research (1991), PolynomialGCD, Wolfram Language function, https://reference.wolfram.com/language/ref/PolynomialGCD.html (updated 2023).
CMS
Wolfram Language. 1991. "PolynomialGCD." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/PolynomialGCD.html.
APA
Wolfram Language. (1991). PolynomialGCD. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PolynomialGCD.html