Category:Euclidean Algorithm
Jump to navigation
Jump to search
This category contains pages concerning Euclidean Algorithm:
The Euclidean algorithm is a method for finding the greatest common divisor (GCD) of two integers $a$ and $b$.
Let $a, b \in \Z$ and $a \ne 0 \lor b \ne 0$.
The steps are:
- $(1): \quad$ Start with $\tuple {a, b}$ such that $\size a \ge \size b$. If $b = 0$ then the task is complete and the GCD is $a$.
- $(2): \quad$ If $b \ne 0$ then you take the remainder $r$ of $\dfrac a b$.
- $(3): \quad$ Set $a \gets b, b \gets r$ (and thus $\size a \ge \size b$ again).
- $(4): \quad$ Repeat these steps until $b = 0$.
Thus the GCD of $a$ and $b$ is the value of the variable $a$ after the termination of the algorithm.
Subcategories
This category has the following 2 subcategories, out of 2 total.
E
- Examples of Euclidean Algorithm (40 P)
L
- Lamé's Theorem (6 P)
Pages in category "Euclidean Algorithm"
The following 18 pages are in this category, out of 18 total.
E
- Euclid:Proposition/VII/2
- Euclidean Algorithm
- Euclidean Algorithm/Algorithmic Nature
- Euclidean Algorithm/Also known as
- Euclidean Algorithm/Construction of Integer Combination
- Euclidean Algorithm/Demonstration
- Euclidean Algorithm/Euclid's Proof
- Euclidean Algorithm/Euclid's Proof/Porism
- Euclidean Algorithm/Formal Implementation
- Euclidean Algorithm/Least Absolute Remainder
- Euclidean Algorithm/Proof 1
- Euclidean Algorithm/Proof 2
- Extended Euclidean Algorithm