TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

GCD ( seq() A, seq() B ) -> seq()

Description

The greatest common divisor of the integers whose factorization tuples are A and B, represented as a factorization tuple.

Examples

x_A:= Factorization(435);x_B:= Factorization(5535);GCD(x_A,x_B);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group