The Solovay–Strassen primality test, developed by Robert M. Solovay and Volker Strassen in 1977, is a probabilistic primality test to determine if a number...
10 KB (1,501 words) - 18:25, 18 November 2024
prime. The Solovay–Strassen test is an Euler probable prime test (see PSW page 1003). For each individual value of a, the Solovay–Strassen test is weaker...
26 KB (3,806 words) - 19:14, 20 November 2024
primality test and the Solovay–Strassen primality test. It is of historical significance in the search for a polynomial-time deterministic primality test. Its...
38 KB (5,571 words) - 14:31, 15 December 2024
the Schönhage–Strassen algorithm. Strassen is also known for his 1977 work with Robert M. Solovay on the Solovay–Strassen primality test, the first method...
7 KB (667 words) - 11:20, 21 April 2024
Schönhage–Strassen algorithm is an asymptotically fast multiplication algorithm for large integers, published by Arnold Schönhage and Volker Strassen in 1971...
26 KB (4,580 words) - 17:26, 26 October 2024
continuum; Outside of set theory, developing (with Volker Strassen) the Solovay–Strassen primality test, used to identify large natural numbers that are prime...
5 KB (526 words) - 13:15, 21 April 2024
test is not often used in the above form. Instead, other more powerful extensions of the Fermat test, such as Baillie–PSW, Miller–Rabin, and Solovay–Strassen...
8 KB (1,134 words) - 07:32, 3 June 2024
complexity is O(p3). A more efficient multiplication algorithm is the Schönhage–Strassen algorithm, which is based on the Fast Fourier transform. It only requires...
21 KB (3,502 words) - 14:33, 15 December 2024
The AKS primality test (also known as Agrawal–Kayal–Saxena primality test and cyclotomic AKS test) is a deterministic primality-proving algorithm created...
20 KB (2,447 words) - 14:35, 5 December 2024
else return false end end end Probable prime Solovay, R.; Strassen, V. (1977-03-01). "A Fast Monte-Carlo Test for Primality". SIAM Journal on Computing....
4 KB (440 words) - 13:27, 16 November 2024
Carlo algorithms include the Solovay–Strassen primality test, the Baillie–PSW primality test, the Miller–Rabin primality test, and certain fast variants...
11 KB (1,195 words) - 06:29, 15 December 2024
Kanellakis Award for development of 'symbolic model checking,' used in testing computer system designs" (Press release). ACM. 26 Mar 1999. Archived from...
21 KB (770 words) - 17:22, 12 July 2024
Multiplication algorithm (section Schönhage–Strassen)
Strassen (1968). It was made practical and theoretical guarantees were provided in 1971 by Schönhage and Strassen resulting in the Schönhage–Strassen...
47 KB (6,809 words) - 12:00, 11 December 2024
In computational number theory, the Lucas test is a primality test for a natural number n; it requires that the prime factors of n − 1 be already known...
6 KB (838 words) - 04:29, 12 June 2023
mathematics, the Lucas–Lehmer–Riesel test is a primality test for numbers of the form N = k ⋅ 2n − 1 with odd k < 2n. The test was developed by Hans Riesel and...
8 KB (1,111 words) - 11:56, 14 January 2024
(1963) is a faster generalization of Karatsuba's method, and the Schönhage–Strassen algorithm (1971) is even faster, for sufficiently large n. The standard...
13 KB (2,044 words) - 21:24, 21 July 2024
primes (P = 1/2, Solovay–Strassen algorithm). Even when a deterministic primality proof is required, a useful first step is to test for probable primality...
7 KB (1,073 words) - 20:52, 16 November 2024
primality test? (more unsolved problems in mathematics) The Baillie–PSW primality test is a probabilistic or possibly deterministic primality testing algorithm...
19 KB (2,526 words) - 14:38, 18 December 2024
In computational number theory, the Adleman–Pomerance–Rumely primality test is an algorithm for determining whether a number is prime. Unlike other, more...
3 KB (255 words) - 17:37, 27 March 2024
Pépin's test is a primality test, which can be used to determine whether a Fermat number is prime. It is a variant of Proth's test. The test is named...
5 KB (785 words) - 06:23, 28 May 2024
Jacobi symbol (section Primality testing)
probabilistic Solovay–Strassen primality test and refinements such as the Baillie–PSW primality test and the Miller–Rabin primality test. As an indirect...
45 KB (2,390 words) - 02:37, 13 December 2024
Elliptic curve primality (redirect from Elliptic curve primality test)
In mathematics, elliptic curve primality testing techniques, or elliptic curve primality proving (ECPP), are among the quickest and most widely used methods...
27 KB (4,793 words) - 03:13, 13 December 2024
efficiency results from the fact that, in binary representation, testing parity consists of testing the right-most digit, and dividing by two consists of removing...
36 KB (4,717 words) - 10:08, 14 December 2024
discovered on 7 September 2013 by R. Propper. Increasing the number of curves tested improves the chances of finding a factor, but they are not linear with the...
26 KB (4,508 words) - 23:04, 16 April 2024
achieved by extending the binary GCD algorithm using ideas from the Schönhage–Strassen algorithm for fast integer multiplication. The binary GCD algorithm has...
17 KB (1,993 words) - 16:14, 11 November 2024
Sieve of Eratosthenes (category Primality tests)
is the sieve's key distinction from using trial division to sequentially test each candidate number for divisibility by each prime. Once all the multiples...
24 KB (3,043 words) - 12:21, 15 December 2024
Pocklington–Lehmer primality test is a primality test devised by Henry Cabourn Pocklington and Derrick Henry Lehmer. The test uses a partial factorization...
15 KB (1,909 words) - 21:18, 27 April 2024
the empty product.) Testing whether the integer is prime can be done in polynomial time, for example, by the AKS primality test. If composite, however...
25 KB (2,983 words) - 09:58, 15 December 2024
Miller, Rabin, Robert M. Solovay, and Volker Strassen were given the Paris Kanellakis Award for their work on primality testing. In 1976 he was invited...
19 KB (1,606 words) - 15:05, 30 November 2024
Lucas–Lehmer Lucas–Lehmer–Riesel Proth's theorem Pépin's Quadratic Frobenius Solovay–Strassen Miller–Rabin Prime-generating Sieve of Atkin Sieve of Eratosthenes...
17 KB (2,043 words) - 00:20, 24 September 2024