Hi this is simple question, but it's been troubling me for some time because I can't find anywhere what does it actually mean (algebra) -
$(a,b)=1$
is it GCD of those two values?
Hi this is simple question, but it's been troubling me for some time because I can't find anywhere what does it actually mean (algebra) -
$(a,b)=1$
is it GCD of those two values?
Yes, that means that $\operatorname{gcd}(a,b) = 1$, that the greatest common divisor among $a$ and $b$ is one. That is, that the numbers are coprime, or relatively prime.
The notation $a \perp b$ is also used to denote $\operatorname{gcd}(a,b) = 1$.