enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Cornacchia's algorithm - Wikipedia

    en.wikipedia.org/wiki/Cornacchia's_algorithm

    In computational number theory, Cornacchia's algorithm is an algorithm for solving the Diophantine equation + =, where < and d and m are coprime. The algorithm was described in 1908 by Giuseppe Cornacchia. [1]

  3. Elliptic curve primality - Wikipedia

    en.wikipedia.org/wiki/Elliptic_curve_primality

    Next we need an algorithm to count the number of points on E. Applied to E, this algorithm (Koblitz and others suggest Schoof's algorithm) produces a number m which is the number of points on curve E over F N, provided N is prime. If the point-counting algorithm stops at an undefined expression this allows to determine a non-trivial factor of N.

  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. Continued fraction factorization - Wikipedia

    en.wikipedia.org/wiki/Continued_fraction...

    In number theory, the continued fraction factorization method (CFRAC) is an integer factorization algorithm.It is a general-purpose algorithm, meaning that it is suitable for factoring any integer n, not depending on special form or properties.

  6. Sieve of Atkin - Wikipedia

    en.wikipedia.org/wiki/Sieve_of_Atkin

    The following is pseudocode which combines Atkin's algorithms 3.1, 3.2, and 3.3 [1] by using a combined set s of all the numbers modulo 60 excluding those which are multiples of the prime numbers 2, 3, and 5, as per the algorithms, for a straightforward version of the algorithm that supports optional bit-packing of the wheel; although not specifically mentioned in the referenced paper, this ...

  7. Template:Number-theoretic algorithms - Wikipedia

    en.wikipedia.org/wiki/Template:Number-theoretic...

    This template's initial visibility currently defaults to autocollapse, meaning that if there is another collapsible item on the page (a navbox, sidebar, or table with the collapsible attribute), it is hidden apart from its title bar; if not, it is fully visible.

  8. Function field sieve - Wikipedia

    en.wikipedia.org/wiki/Function_field_sieve

    The algorithm requires the following parameters: an irreducible function of degree , a function [] and a curve (,) of given degree such that (,). Here n {\displaystyle n} is the power in the order of the base field F p n {\displaystyle \mathbb {F} _{p^{n}}} .

  9. Integer square root - Wikipedia

    en.wikipedia.org/wiki/Integer_square_root

    The Karatsuba square root algorithm is a combination of two functions: a public function, which returns the integer square root of the input, and a recursive private function, which does the majority of the work.