[top][index]
search for:

gcdCoefficients -- gcd with coefficients

gcdCoefficients(a,b) -- returns {r,s} so that a*r + b*s is the greatest common divisor of a and b.

Works for integers or elements of polynomial rings.

See also:

  • gcd -- greatest common divisor
  • Ways to use gcdCoefficients :

  • gcdCoefficients(RingElement,RingElement)
  • gcdCoefficients(ZZ,ZZ)

  • [top][index]
    search for: