Linked from
The 31 pages that link to Euclidean algorithm, each with the reason it gives.
Rational numberRelated: It efficiently reduces a fraction to lowest terms.
IntegerRelated: It reduces integer divisibility questions to a sequence of smaller remainders.
DivisibilityRelated: It reduces common-divisor calculations to a sequence of divisibility checks.
Number theoryRelated: It turns common-divisor questions into a finite sequence of exact divisions.
Greatest common divisorRelated: Repeated division computes the divisor without listing all factors.
Coprime integersRelated: It tests whether a pair is coprime without factoring either integer.
Gaussian integerRelated: Using the Gaussian norm, it computes greatest common divisors in ℤ[i].
Even numberRelated: Its divisions expose remainders and parity can simplify particular inputs.
Lowest termsRelated: It efficiently finds the common divisor needed to reduce large fractions.
Qin JiushaoRelated: Coprimality and divisibility govern whether Qin’s congruence combinations work.