Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Mathematical Functions /  Number Theory /

ExtendedGCD

FilledSmallSquare ExtendedGCD[n, m] gives the extended greatest common divisor of the integers n and m.

FilledSmallSquare Integer mathematical function (see Section A.3.10).
FilledSmallSquare ExtendedGCD[n, m] returns the list g, r, s, where g is GCD[n, m], and r and s satisfy the relation .
FilledSmallSquare See The Mathematica Book on the web: Section 3.2.4.
FilledSmallSquare See also: GCD.