OpenMath Content Dictionary: arith3

Canonical URL:
http://www.openmath.org/cd/arith3.ocd
CD Base:
http://www.openmath.org/cd
CD File:
arith3.ocd
CD as XML Encoded OpenMath:
arith3.omcd
Defines:
extended_gcd
Date:
2004-06-01
Version:
1 (Revision 2)
Review Date:
2006-06-01
Status:
experimental

Extended GCD


extended_gcd

Description:

The symbol represents the n-ary function, a_1,...,a_n to return a list consisting of the gcd (greatest common divisor) of its arguments, together with n elements x_1,...,x_n such that gcd(a_1,...,a_n)=x_1 a_1+...+x_n a_n

Example:
extended_gcd ( extended_gcd ( 6 , 10 , 15 ) , ( 1 , 1 , -2 , 1 ) )
Signatures:
sts


[First: extended_gcd] [Last: extended_gcd] [Top]