ExtendedGCD
Usage
• ExtendedGCD[ , , ... ] gives the extended greatest common divisor of the integers .
Notes
• Integer mathematical function (see Section A.3.10). • ExtendedGCD[ , , ... ] returns a list {g, { , , ... }} where g is GCD[ , , ... ] and  . • New in Version 1; modified in 4.2.
|