Let $a,b \in \mathbb{Z}$. We say that $a$ divides $b$, written $a \given b$, if there’s an integer $n$ such that $b = na$. If $a$ divides $b$, then $b$ is divisible by $a$, and $a$ is a
divisor or factor of $b$. Also, $b$ is called a multiple of $a$.
This article covers the greatest common divisor and how to find it using the Euclidean Algorithm,
the Extended Euclidean Algorithm to find solutions to the equation $ax + by = gcd(a, b)$ where $x, y$ are unknowns.
Published on Sun, May 21, 2017 • 5 min read
#math
#number theory
#divisibility
#modulo