Bezout Working with numbers? See bezout (arithmetic) If is the greatest common divisor of two polynomials and , then there are two polynomials and such that and , . Syntax bezout(Polynomial, Polynomial) bezout(Polynomial, Polynomial, Polynomial) Description bezout(Polynomial, Polynomial) Given two polynomials and , computes the greatest common divisor , and and , following the notation above. bezout(Polynomial, Polynomial, Polynomial) Given three polynomials , and , computes and such that . Related functions Extended gcd, Greatest common divisor (gcd) Table of Contents Syntax Description Related functions