Tuesday, 6 January 2015

The greatest common divisor of more than two numbers

The gcd of three integers $a,b,c$ is denoted by $(a,b,c)$ and is defined by the relation $(a,b,c) =(a,(b,c)) = ((a,b),c)$.

No comments:

Post a Comment