Greatest common divisor of several polynomials
The calculator gets GCD of several univariate polynomials at a time.
This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/9373/. Also, please do not modify any references to the original work (if any) contained in this content.
Using this calculator, you may get GCD of several polynomials at a time. You may switch on details to display step-by-step solutions.
To calculate the greatest common divisor of several polynomials, calculate the GCD of the first two polynomials, then calculate the GCD of the third polynomial and the result obtained in the previous step, and so on until the last polynomial.
E.g, to solve GCD of 4 polynomials: f1,f2,f3,f4 we calculate:
GCD(f1,GCD(f2,GCD(f3,f4))) 1
-
David Cox, John Little, Donal O’Shea Ideals, Varieties, and
Algorithms. An Introduction to Computational Algebraic Geometry and Commutative Algebra, Third Edition, 2007, Springer, Chapter 1, §5. ↩
Comments