euclidean algorithm wikipedia - EAS

139,000 kết quả
  1. In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder. It is named after the ancient Greek mathematician Euclid, who first described it in his Elements (c. 300 BC).

    en.wikipedia.org/wiki/Euclidean_algorithm
    Mục này có hữu ích không?
  2. Mọi người cũng hỏi
    What is Euclid's algorithm?
    In mathematics, the Euclidean algorithm, or Euclid's algorithm, is a method for computin the greatest common divisor (GCD) o twa (uisually positive) integers, kent as the greatest common factor (GCF) or heichest common factor (HCF) an aw. This airticle is a stub. Ye can help Wikipaedia bi expandin it.
    sco.wikipedia.org/wiki/Euclidean_algorithm
    What is the GCD of 49 and 21 using Euclid's algorithm?
    On the right Nicomachus 's example with numbers 49 and 21 resulting in their GCD of 7 (derived from Heath 1908:300). In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder.
    en.wikipedia.org/wiki/Euclidean_algorithm
    Where can I find media related to Euclidean algorithm?
    New York: Springer-Verlag. ISBN 0-387-95587-9. Tattersall, J. J. (2005). Elementary Number Theory in Nine Chapters. Cambridge: Cambridge University Press. ISBN 978-0-521-85014-8. Wikimedia Commons has media related to Euclidean algorithm. Weisstein, Eric W. "Euclidean Algorithm". MathWorld. Euclid's algorithm at PlanetMath.
    en.wikipedia.org/wiki/Euclidean_algorithm
    What is the Euclidean algorithm for Gaussian integers α and β?
    The Euclidean algorithm developed for two Gaussian integers α and β is nearly the same as that for ordinary integers, but differs in two respects. As before, the task at each step k is to identify a quotient qk and a remainder rk such that
    en.wikipedia.org/wiki/Euclidean_algorithm
  3. Xem thêm
    Xem tất cả trên Wikipedia

    Euclidean algorithm - Wikipedia

    https://en.wikipedia.org/wiki/Euclidean_algorithm

    In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder. It is named after the ancient Greek mathematician Euclid, who first

     ...

    Xem thêm

    The Euclidean algorithm calculates the greatest common divisor (GCD) of two natural numbersa and b. The greatest common divisor g is the largest natural number that divides both a and b without leaving a remainder.

     ...

    Xem thêm

    Procedure
    The Euclidean algorithm proceeds in a series of steps such that the output of each step is used as an input for the next one. Let k be an integer that counts the steps of the algorithm, starting with zero. Thus, the initial step

     ...

    Xem thêm

    The Euclidean algorithm is one of the oldest algorithms in common use. It appears in Euclid's Elements(c. 300 BC), specifically in Book 7 (Propositions 1–2) and Book 10 (Propositions

     ...

    Xem thêm

    Bézout's identity
    Bézout's identitystates that the greatest common divisor g of two integers a and b can be represented as a linear sum of the original two numbers a and b. In other words, it is always possible to find integers s and t such that

     ...

    Xem thêm

    The computational efficiency of Euclid's algorithm has been studied thoroughly. This efficiency can be described by the number of division steps the algorithm requires, multiplied by the

     ...

    Xem thêm

    Although the Euclidean algorithm is used to find the greatest common divisor of two natural numbers (positive integers), it may be generalized to the real numbers, and to other mathematical

     ...

    Xem thêm

    Euclidean rhythm, a method for using the Euclidean algorithm to generate musical rhythms

     ...

    Xem thêm
    Văn bản Wikipedia theo giấy phép CC-BY-SA
    Mục này có hữu ích không?Cảm ơn! Cung cấp thêm phản hồi
  4. Euclidean algorithm - Simple English Wikipedia, the free ...

    https://simple.wikipedia.org/wiki/Euclidean_algorithm

    The Euclidean algorithm is an algorithm. It can be used to find the biggest number that divides two other numbers.

    • Thời gian đọc ước tính: 40 giây
    • Giải thuật Euclid – Wikipedia tiếng Việt

      https://vi.wikipedia.org/wiki/Giải_thuật_Euclid

      Trong toán học, giải thuật Euclid (hay thuật toán Euclid) là một giải thuật để tính ước chung lớn nhất (ƯCLN) của hai số nguyên, là số lớn nhất có thể chia được bởi hai số nguyên đó với số dư bằng không. Giải thuật này được đặt tên theo nhà toán học người Hy Lạp cổ đại Euclid, người đã viết nó trong bộ Cơ sở của ông (khoảng năm 300 TCN). Nó là một ví dụ về thuật toán, một chuỗi các bước tính toán theo điều kiện nhất định và là một trong số những thuật toán lâu đời nhất đư…

      Wikipedia · Nội dung trong CC-BY-SA giấy phép
    • Extended Euclidean algorithm - Wikipedia

      https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm
      • This is a certifying algorithm, because the gcd is the only number that can simultaneously satisfy this equation and divide the inputs. It allows one to compute also, with almost no extra cost, the quotients of a and b by their greatest common divisor. Extended Euclidean algorithm also refers to a very similar algorithm for computing the polynomial greatest common divisor and the coef
      Xem thêm trên en.wikipedia.org · Văn bản trong giấy phép CC-BY-SA
      • Thời gian đọc ước tính: 7 phút
      • Giải thuật Euclid mở rộng – Wikipedia tiếng Việt

        https://vi.wikipedia.org/wiki/Giải_thuật_Euclid_mở_rộng
        • Giải thuật Euclid mở rộng kết hợp quá trình tìm ƯCLN(a, b) trong thuật toán Euclid với việc tìm một cặp số x, y thoả mãn phương trình Đi-ô-phăng.Giả sử cho hai số tự nhiên a, b, ngoài ra a>b>0.Đặt r o = a , r 1 = b {\displaystyle r_{o}=a,r_{1}=b} , chia r 0 {\displaystyle r_{0}} cho r 1 {\displaystyle r_{1}} được số dư r 2 {\displaystyle r_{2}} và thương số nguyên q 1 {\displaystyle q…
        Xem thêm trên vi.wikipedia.org
        • Thời gian đọc ước tính: 4 phút
        • Euclidean algorithm - Wikipedia

          https://sco.wikipedia.org/wiki/Euclidean_algorithm

          In mathematics, the Euclidean algorithm, or Euclid's algorithm, is a method for computin the greatest common divisor (GCD) o twa (uisually positive) integers, kent as the greatest common factor (GCF) or heichest common factor (HCF) an aw.

        • Một số kết quả đã bị xóa


        Results by Google, Bing, Duck, Youtube, HotaVN