mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2003-12-16, 02:52   #1
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

239010 Posts
Default fastest general number primality-proving algorithm?

Does anyone know what is the fastest general number primaliy testing algorithm? I've heard that algorithms like APRT-CLE are fast, but I don't know which is the fastest.

Also, does anyone know the algorithm discovered around 4th-Aug-2002?

Thanks.
ixfd64 is offline   Reply With Quote
Old 2003-12-16, 03:27   #2
nfortino
 
nfortino's Avatar
 
Nov 2003

3·5·11 Posts
Default Re: fastest general number primality-proving algorithm?

Quote:
Originally posted by ixfd64

Also, does anyone know the algorithm discovered around 4th-Aug-2002?
I believe the algorithm you speak of is an algorithm that proves/disproves a general number prime in polynomial time. Information about it can be found at http://www.utm.edu/research/primes/prove/prove4_3.html and http://www.cse.iitk.ac.in/primality.pdf. A google search for "primes in p" will net many more documents. AFAIK (which is not very much), nobody has created an efficient implementation of this method.
nfortino is offline   Reply With Quote
Old 2003-12-16, 05:52   #3
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

3·2,741 Posts
Default

Maybe this?

http://www.mersenneforum.org/showthread.php?threadid=65
Xyzzy is offline   Reply With Quote
Old 2003-12-17, 17:06   #4
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

1163910 Posts
Default

The "2002" algorithm is the one discovered by 3 Indian scientists, and is generally called the AKS algorithm after the initials of the 3 discoverers (Agarwal, Kayal and Saxena). Here is the MathWorld link:

http://mathworld.wolfram.com/AKSPrimalityTest.html

As far as I know, the AKS test has not been shown to be tremendously faster than known algorithms (e.g. APRCL, ECPP, cyclotomy) for real-world primes (though this may change as the algorithm is refined further). The key difference between AKS and every previous general primality-proving algorithm is conceptual: AKS does not require any unproven hypothesis (e.g. RH) to be true in order to be provably polynomial time on all inputs. It is in that sense that it is revolutionary, not so much in the actual-runtime sense.
ewmayer is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unit Differences for Primality Proving Trejack Miscellaneous Math 11 2016-05-12 04:15
Primality proving of DB factors? jasonp FactorDB 3 2011-10-17 18:04
Primality proving CRGreathouse Software 13 2011-01-30 14:30
New Class of primes - proving algorithm AntonVrba Math 2 2008-10-06 00:53
Fastest possible algorithm to calculate the square root of a 10,000,000 digit number Fusion_power Math 19 2007-11-02 21:37

All times are UTC. The time now is 17:42.


Fri Jul 16 17:42:45 UTC 2021 up 49 days, 15:30, 1 user, load averages: 1.64, 1.49, 1.50

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.