Bezout
Nota
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
Given two polynomials and , computes the greatest common divisor , and and , following the notation above.
Given three polynomials , and , computes and such that .