John Mavrick's Garden

Search IconIcon to open search

Last updated April 10, 2022

Status: Tags: Links: Greatest Common Divisor


Euclidean Algorithm

Principles

Lemma

Let a = bq + r, where a, b, q, and r are integers. Then gcd(a,b) = gcd(b,r) ?

Algorithm

? Image from Gyazo

Examples

Find d = gcd(821,123) and integers u and v such that d = 821u + 123v ?


Backlinks

1
list from Euclidean Algorithm AND !outgoing(Euclidean Algorithm)

References:

Created:: 2021-11-25 16:56


Interactive Graph