Misplaced Pages

GCD

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
#57942

35-544: [REDACTED] Look up gcd in Wiktionary, the free dictionary. GCD may refer to: Great-circle distance GCD, Chinese Internet slang for the Chinese Communist Party (Chinese: 共产党 ; pinyin: Gòngchǎndǎng ) General content descriptor , a wireless device file format Geneva Consensus Declaration , a non-binding anti-abortion statement signed by

70-573: A and b are both nonzero, the greatest common divisor of a and b can be computed by using least common multiple (LCM) of a and  b : but more commonly the LCM is computed from the GCD. Using Thomae's function f , which generalizes to a and b rational numbers or commensurable real numbers. Keith Slavin has shown that for odd a ≥ 1 : which is a function that can be evaluated for complex b . Wolfgang Schramm has shown that

105-426: A = b = 3 . The binary GCD algorithm is particularly easy to implement and particularly efficient on binary computers. Its computational complexity is The square in this complexity comes from the fact that division by 2 and subtraction take a time that is proportional to the number of bits of the input. The computational complexity is usually given in terms of the length n of the input. Here, this length

140-484: A and b ; that is, there are integers e and f such that a = de and b = df , and d is the largest such integer. The GCD of a and b is generally denoted gcd( a , b ) . When one of a and b is zero, the GCD is the absolute value of the nonzero integer: gcd( a , 0) = gcd(0, a ) = | a | . This case is important as the terminating step of the Euclidean algorithm . The above definition

175-441: A , b } . This convention is followed by many computer algebra systems . Nonetheless, some authors leave gcd(0, 0) undefined. The GCD of a and b is their greatest positive common divisor in the preorder relation of divisibility . This means that the common divisors of a and b are exactly the divisors of their GCD. This is commonly proved by using either Euclid's lemma , the fundamental theorem of arithmetic , or

210-422: A 24-by-60 rectangular area can be divided into a grid of: 1-by-1 squares, 2-by-2 squares, 3-by-3 squares, 4-by-4 squares, 6-by-6 squares or 12-by-12 squares. Therefore, 12 is the greatest common divisor of 24 and 60. A 24-by-60 rectangular area can thus be divided into a grid of 12-by-12 squares, with two squares along one edge ( 24/12 = 2 ) and five squares along the other ( 60/12 = 5 ). The greatest common divisor

245-601: A handful of nations Global Cities Dialogue , an international development organisation Grand Central Dispatch , a parallel computing framework Grand Comics Database Grant County Regional Airport , near John Day, Oregon, United States Greatest common divisor Binary GCD algorithm Polynomial greatest common divisor Lehmer's GCD algorithm Griffith College Dublin , in Dublin, Ireland Yukulta language , spoken in Australia Topics referred to by

280-517: A related problem (EUGCD, determining the remainder sequence arising during the Euclidean algorithm) is NC-equivalent to the problem of integer linear programming with two variables; if either problem is in NC or is P-complete , the other is as well. Since NC contains NL , it is also unknown whether a space-efficient algorithm for computing the GCD exists, even for nondeterministic Turing machines. Although

315-424: A time of T ( n ) , then the fastest known algorithm for greatest common divisor has a complexity O ( T ( n ) log n ) . This implies that the fastest known algorithm has a complexity of O ( n (log n ) ) . Previous complexities are valid for the usual models of computation , specifically multitape Turing machines and random-access machines . The computation of the greatest common divisors belongs thus to

350-606: A wireless device file format Geneva Consensus Declaration , a non-binding anti-abortion statement signed by a handful of nations Global Cities Dialogue , an international development organisation Grand Central Dispatch , a parallel computing framework Grand Comics Database Grant County Regional Airport , near John Day, Oregon, United States Greatest common divisor Binary GCD algorithm Polynomial greatest common divisor Lehmer's GCD algorithm Griffith College Dublin , in Dublin, Ireland Yukulta language , spoken in Australia Topics referred to by

385-436: Is O ( n ) . This means that the computation of greatest common divisor has, up to a constant factor, the same complexity as the multiplication. However, if a fast multiplication algorithm is used, one may modify the Euclidean algorithm for improving the complexity, but the computation of a greatest common divisor becomes slower than the multiplication. More precisely, if the multiplication of two integers of n bits takes

SECTION 10

#1732845301058

420-439: Is n = log a + log b , and the complexity is thus Lehmer's algorithm is based on the observation that the initial quotients produced by Euclid's algorithm can be determined based on only the first few digits; this is useful for numbers that are larger than a computer word . In essence, one extracts initial digits, typically forming one or two computer words, and runs Euclid's algorithms on these smaller numbers, as long as it

455-770: Is superpolynomial ). ∑ k = 1 n gcd ( k , n ) = ∑ d | n d ϕ ( n d ) = n ∑ d | n φ ( d ) d = n ∏ p | n ( 1 + ν p ( n ) ( 1 − 1 p ) ) {\displaystyle \sum _{k=1}^{n}\gcd(k,n)=\sum _{d|n}d\phi \left({\frac {n}{d}}\right)=n\sum _{d|n}{\frac {\varphi (d)}{d}}=n\prod _{p|n}\left(1+\nu _{p}(n)\left(1-{\frac {1}{p}}\right)\right)} where ν p ( n ) {\displaystyle \nu _{p}(n)}

490-399: Is a variant of Euclid's algorithm that is specially adapted to the binary representation of the numbers, which is used in most computers . The binary GCD algorithm differs from Euclid's algorithm essentially by dividing by two every even number that is encountered during the computation. Its efficiency results from the fact that, in binary representation, testing parity consists of testing

525-409: Is an entire function in the variable b for all positive integers a where c d ( k ) is Ramanujan's sum . The computational complexity of the computation of greatest common divisors has been widely studied. If one uses the Euclidean algorithm and the elementary algorithms for multiplication and division, the computation of the greatest common divisor of two integers of at most n bits

560-409: Is based on the fact that, given two positive integers a and b such that a > b , the common divisors of a and b are the same as the common divisors of a – b and b . So, Euclid's method for computing the greatest common divisor of two positive integers consists of replacing the larger number with the difference of the numbers, and repeating this until the two numbers are equal: that

595-401: Is denoted gcd ( x , y ) {\displaystyle \gcd(x,y)} . For example, the GCD of 8 and 12 is 4, that is, gcd(8, 12) = 4 . In the name "greatest common divisor", the adjective "greatest" may be replaced by "highest", and the word "divisor" may be replaced by "factor", so that other names include highest common factor , etc. Historically, other names for

630-454: Is different from Wikidata All article disambiguation pages All disambiguation pages gcd (Redirected from Gcd ) [REDACTED] Look up gcd in Wiktionary, the free dictionary. GCD may refer to: Great-circle distance GCD, Chinese Internet slang for the Chinese Communist Party (Chinese: 共产党 ; pinyin: Gòngchǎndǎng ) General content descriptor ,

665-431: Is different from Wikidata All article disambiguation pages All disambiguation pages Greatest common divisor In mathematics , the greatest common divisor ( GCD ), also known as greatest common factor (GCF) , of two or more integers , which are not all zero, is the largest positive integer that divides each of the integers. For two integers x , y , the greatest common divisor of x and y

700-408: Is guaranteed that the quotients are the same with those that would be obtained with the original numbers. The quotients are collected into a small 2-by-2 transformation matrix (a matrix of single-word integers) to reduce the original numbers. This process is repeated until numbers are small enough that the binary algorithm (see below) is more efficient. This algorithm improves speed, because it reduces

735-406: Is their greatest common divisor. For example, to compute gcd(48,18) , one proceeds as follows: So gcd(48, 18) = 6 . This method can be very slow if one number is much larger than the other. So, the variant that follows is generally preferred. A more efficient method is the Euclidean algorithm , a variant in which the difference of the two numbers a and b is replaced by the remainder of

SECTION 20

#1732845301058

770-410: Is unsuitable for defining gcd(0, 0) , since there is no greatest integer n such that 0 × n = 0 . However, zero is its own greatest divisor if greatest is understood in the context of the divisibility relation, so gcd(0, 0) is commonly defined as 0 . This preserves the usual identities for GCD, and in particular Bézout's identity , namely that gcd( a , b ) generates the same ideal as {

805-418: Is useful for reducing fractions to the lowest terms . For example, gcd(42, 56) = 14 , therefore, The least common multiple of two integers that are not both zero can be computed from their greatest common divisor, by using the relation Greatest common divisors can be computed by determining the prime factorizations of the two numbers and comparing factors. For example, to compute gcd(48, 180) , we find

840-455: The Euclidean algorithm . This is the meaning of "greatest" that is used for the generalizations of the concept of GCD. The number 54 can be expressed as a product of two integers in several different ways: Thus the complete list of divisors of 54 is 1, 2, 3, 6, 9, 18, 27, 54. Similarly, the divisors of 24 are 1, 2, 3, 4, 6, 8, 12, 24. The numbers that these two lists have in common are the common divisors of 54 and 24, that is, Of these,

875-402: The Euclidean division (also called division with remainder ) of a by b . Denoting this remainder as a mod b , the algorithm replaces ( a , b ) with ( b , a mod b ) repeatedly until the pair is ( d , 0) , where d is the greatest common divisor. For example, to compute gcd(48,18), the computation is as follows: This again gives gcd(48, 18) = 6 . The binary GCD algorithm

910-429: The algorithm stops, the result is correct. The algorithm stops eventually, since each steps divides at least one of the operands by at least 2 . Moreover, the number of divisions by 2 and thus the number of subtractions is at most the total number of digits. Example: ( a , b , d ) = (48, 18, 0) → (24, 9, 1) → (12, 9, 1) → (6, 9, 1) → (3, 9, 1) → (3, 3, 1) ; the original GCD is thus the product 6 of 2 = 2 and

945-439: The class of problems solvable in quasilinear time . A fortiori , the corresponding decision problem belongs to the class P of problems solvable in polynomial time. The GCD problem is not known to be in NC , and so there is no known way to parallelize it efficiently; nor is it known to be P-complete , which would imply that it is unlikely to be possible to efficiently parallelize GCD computation. Shallcross et al. showed that

980-416: The greatest is 6, so it is the greatest common divisor : Computing all divisors of the two numbers in this way is usually not efficient, especially for large numbers that have many divisors. Much more efficient methods are described in § Calculation . Two numbers are called relatively prime, or coprime , if their greatest common divisor equals 1 . For example, 9 and 28 are coprime. For example,

1015-436: The number of operations on very large numbers, and can use hardware arithmetic for most operations. In fact, most of the quotients are very small, so a fair number of steps of the Euclidean algorithm can be collected in a 2-by-2 matrix of single-word integers. When Lehmer's algorithm encounters a quotient that is too large, it must fall back to one iteration of Euclidean algorithm, with a Euclidean division of large numbers. If

1050-505: The prime factorizations 48 = 2  · 3 and 180 = 2  · 3  · 5 ; the GCD is then 2  · 3  · 5 = 2  · 3  · 5 = 12 The corresponding LCM is then 2  · 3  · 5 = 2  · 3  · 5 = 720. In practice, this method is only feasible for small numbers, as computing prime factorizations takes too long. The method introduced by Euclid for computing greatest common divisors

1085-627: The problem is not known to be in NC , parallel algorithms asymptotically faster than the Euclidean algorithm exist; the fastest known deterministic algorithm is by Chor and Goldreich , which (in the CRCW-PRAM model) can solve the problem in O ( n /log n ) time with n processors. Randomized algorithms can solve the problem in O ((log n ) ) time on exp ⁡ ( O ( n log ⁡ n ) ) {\displaystyle \exp \left(O\left({\sqrt {n\log n}}\right)\right)} processors (this

GCD - Misplaced Pages Continue

1120-423: The right-most digit, and dividing by two consists of removing the right-most digit. The method is as follows, starting with a and b that are the two positive integers whose GCD is sought. Step 1 determines d as the highest power of 2 that divides a and b , and thus their greatest common divisor. None of the steps changes the set of the odd common divisors of a and b . This shows that when

1155-398: The same concept have included greatest common measure . This notion can be extended to polynomials (see Polynomial greatest common divisor ) and other commutative rings (see § In commutative rings below). The greatest common divisor (GCD) of integers a and b , at least one of which is nonzero, is the greatest positive integer d such that d is a divisor of both

1190-462: The same term [REDACTED] This disambiguation page lists articles associated with the title GCD . If an internal link led you here, you may wish to change the link to point directly to the intended article. Retrieved from " https://en.wikipedia.org/w/index.php?title=GCD&oldid=1241876005 " Category : Disambiguation pages Hidden categories: Articles containing traditional Chinese-language text Short description

1225-462: The same term [REDACTED] This disambiguation page lists articles associated with the title GCD . If an internal link led you here, you may wish to change the link to point directly to the intended article. Retrieved from " https://en.wikipedia.org/w/index.php?title=GCD&oldid=1241876005 " Category : Disambiguation pages Hidden categories: Articles containing traditional Chinese-language text Short description

#57942