When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Table of prime factors - Wikipedia

    en.wikipedia.org/wiki/Table_of_prime_factors

    lcm(m, n) (least common multiple of m and n) is the product of all prime factors of m or n (with the largest multiplicity for m or n). gcd(m, n) × lcm(m, n) = m × n. Finding the prime factors is often harder than computing gcd and lcm using other algorithms which do not require known prime factorization.

  3. Integer factorization - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization

    Every positive integer greater than 1 is either the product of two or more integer factors greater than 1, in which case it is called a composite number, or it is not, in which case it is called a prime number. For example, 15 is a composite number because 15 = 3 · 5, but 7 is a prime number because it cannot be decomposed in this way.

  4. Table of Gaussian integer factorizations - Wikipedia

    en.wikipedia.org/wiki/Table_of_Gaussian_Integer...

    A Gaussian integer is either the zero, one of the four units (±1, ± i), a Gaussian prime or composite. The article is a table of Gaussian Integers x + iy followed either by an explicit factorization or followed by the label (p) if the integer is a Gaussian prime. The factorizations take the form of an optional unit multiplied by integer ...

  5. Fundamental theorem of arithmetic - Wikipedia

    en.wikipedia.org/wiki/Fundamental_theorem_of...

    In mathematics, the fundamental theorem of arithmetic, also called the unique factorization theorem and prime factorization theorem, states that every integer greater than 1 can be represented uniquely as a product of prime numbers, up to the order of the factors. [3][4][5] For example, The theorem says two things about this example: first ...

  6. Integer factorization records - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization_records

    Integer factorization is the process of determining which prime numbers divide a given positive integer.Doing this quickly has applications in cryptography.The difficulty depends on both the size and form of the number and its prime factors; it is currently very difficult to factorize large semiprimes (and, indeed, most numbers that have no small factors).

  7. Sieve of Eratosthenes - Wikipedia

    en.wikipedia.org/wiki/Sieve_of_Eratosthenes

    In mathematics, the sieve of Eratosthenes is an ancient algorithm for finding all prime numbers up to any given limit. It does so by iteratively marking as composite (i.e., not prime) the multiples of each prime, starting with the first prime number, 2. The multiples of a given prime are generated as a sequence of numbers starting from that ...

  8. General number field sieve - Wikipedia

    en.wikipedia.org/wiki/General_number_field_sieve

    In number theory, the general number field sieve (GNFS) is the most efficient classical algorithm known for factoring integers larger than 10100. Heuristically, its complexity for factoring an integer n (consisting of ⌊log2 n⌋ + 1 bits) is of the form. in O and L-notations. [1] It is a generalization of the special number field sieve: while ...

  9. Pollard's p − 1 algorithm - Wikipedia

    en.wikipedia.org/wiki/Pollard%27s_p_%E2%88%92_1...

    Assume that p − 1, where p is the smallest prime factor of n, can be modelled as a random number of size less than √ n. By Dixon's theorem, the probability that the largest factor of such a number is less than (p − 1) 1/ε is roughly ε −ε; so there is a probability of about 3 −3 = 1/27 that a B value of n 1/6 will yield a factorisation.