About 591,000 results
Open links in new tab
  1. Euclidean algorithm - Wikipedia

    In mathematics, the Euclidean algorithm, [note 1] or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers, the largest number that divides …

  2. Euclidean Algorithm - Math is Fun

    The Euclidean Algorithm is a special way to find the Greatest Common Factor of two integers. It uses the concept of division with remainders (no...

  3. Euclidean algorithm - Art of Problem Solving

    The Euclidean algorithm (also known as the Euclidean division algorithm or Euclid's algorithm) is an algorithm that finds the greatest common divisor (GCD) of two elements of a Euclidean …

  4. The Euclidean Algorithm (article) | Khan Academy

    The Euclidean Algorithm is a technique for quickly finding the GCD of two integers.

  5. Euclidean algorithms (Basic and Extended) - GeeksforGeeks

    Feb 17, 2025 · The Euclidean algorithm is a way to find the greatest common divisor of two positive integers. GCD of two numbers is the largest number that divides both of them. A …

  6. Method #3 The Euclidean Algorithm This method asks you to perform successive division, first of the smaller of the two numbers into the larger, followed by the resulting remainder divided into …

  7. 3.3 The Euclidean Algorithm - Whitman College

    The Euclidean Algorithm proceeds by finding a sequence of remainders, r 1, r 2, r 3, and so on, until one of them is the gcd. We prove by induction that each r i is a linear combination of a and b.

  8. Number Theory - Euclid's Algorithm - Stanford University

    A few simple observations lead to a far superior method: Euclid’s algorithm, or the Euclidean algorithm. First, if d divides a and d divides b, then d divides their difference, a - b, where a is …

  9. Euclidean Algorithm | Brilliant Math & Science Wiki

    5 days ago · The Euclidean algorithm is an efficient method for computing the greatest common divisor of two integers, without explicitly factoring the two integers.

  10. Euclidean algorithm | Algorithm, Division & GCD | Britannica

    Sep 16, 2025 · Euclidean algorithm, procedure for finding the greatest common divisor (GCD) of two numbers, described by the Greek mathematician Euclid in his Elements (c. 300 bc). The …