The Prime Links++ Links related to Prime Numbers
[ Add | Update | New | Popular ]
The program to use to prove a number prime depends entirely on the prime and your goal. If you just want any large prime n, then choose a form for which the classical tests apply (a for for which either n+1 or n-1 factors, see The Classical Tests. Proth.exe, PrimeForm, pfgw and prp are popular examples of programs to use for these numbers and are often preceeded by the use of a screening program such as NewPGen. Using the classical tests numbers with tens of thousands of digits may be easily proven prime.

If instead you already have your number and know very few factors of n2-1 (e.g., primes from certain sequences, cryptographic primes...) then you must use a general test (see The general purpose tests. These tests are far slower than the classical test (because of the lack of special form) but are improving rapidly. The current record holder here is Titanix, followed by ECPP. APRT-CLE in UBASIC is nice for smaller numbers. There is also CYCLOPROVE and ...

It is not possible to give a general answer to what is the best program because it depends on too many factors! You might consider asking around (e.g. on the Primes Numbers mailing list).

Top : programs : seeking large primes : Page 2 Previous 10 of 11 links
Resources in programs : seeking large primes
  • Tony Forbes' VFYPR - This is a hybrid method combining the general APR-CL method with the classical n+/-1 methods. Limited to 2982 digits, this routine was designed for number for which you have a large part of n2-1 factored, but not enough to complete the classical tests.
    (Added: 2-Aug-2000 Hits: 1378 Rating: 7.86 Votes: 7) Rate It

Previous 10 of 11 links

Related Topics
Last Updated: 8-Nov-2009
The Prime Pages © 2000-2008
Chris K. Caldwell
Search:
more options ...
CGI Powered by Gossamer Threads