enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Integer factorization - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization

    Continuing this process until every factor is prime is called prime factorization; the result is always unique up to the order of the factors by the prime factorization theorem. To factorize a small integer n using mental or pen-and-paper arithmetic, the simplest method is trial division : checking if the number is divisible by prime numbers 2 ...

  3. Trial division - Wikipedia

    en.wikipedia.org/wiki/Trial_division

    An example of the trial division algorithm, using successive integers as trial factors, is as follows (in Python): def trial_division ( n : int ) -> list [ int ]: """Return a list of the prime factors for a natural number.""" a = [] # Prepare an empty list. f = 2 # The first possible factor.

  4. Generation of primes - Wikipedia

    en.wikipedia.org/wiki/Generation_of_primes

    A prime sieve or prime number sieve is a fast type of algorithm for finding primes. There are many prime sieves. The simple sieve of Eratosthenes (250s BCE), the sieve of Sundaram (1934), the still faster but more complicated sieve of Atkin [1] (2003), sieve of Pritchard (1979), and various wheel sieves [2] are most common.

  5. Pocklington primality test - Wikipedia

    en.wikipedia.org/wiki/Pocklington_primality_test

    Theorem: Factor N − 1 as N − 1 = AB, where A and B are relatively prime, >, the prime factorization of A is known, but the factorization of B is not necessarily known. If for each prime factor p of A there exists an integer a p {\displaystyle a_{p}} so that

  6. General number field sieve - Wikipedia

    en.wikipedia.org/wiki/General_number_field_sieve

    The size of the input to the algorithm is log 2 n or the number of bits in the binary representation of n. Any element of the order n c for a constant c is exponential in log n . The running time of the number field sieve is super-polynomial but sub-exponential in the size of the input.

  7. Pollard's p − 1 algorithm - Wikipedia

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

    Pollard's p − 1 algorithm is a number theoretic integer factorization algorithm, invented by John Pollard in 1974. It is a special-purpose algorithm, meaning that it is only suitable for integers with specific types of factors; it is the simplest example of an algebraic-group factorisation algorithm .

  8. Talk:Prime factorization algorithm - Wikipedia

    en.wikipedia.org/wiki/Talk:Prime_factorization...

    Proof: Lets assume that the algorithm tries to factor out a non prime number, say, 15. Because 15 is not prime, it will have factors less then 15, namely 3 and 5. Trying to factor out 15 is the same as trying to factor out 3 and 5 at once. However, because 3 and 5 are less then 15, the algorithm would have already factored them out.

  9. Table of prime factors - Wikipedia

    en.wikipedia.org/wiki/Table_of_prime_factors

    Many properties of a natural number n can be seen or directly computed from the prime factorization of n. The multiplicity of a prime factor p of n is the largest exponent m for which p m divides n. The tables show the multiplicity for each prime factor. If no exponent is written then the multiplicity is 1 (since p = p 1).