![]() |
|
|
#1 |
|
Aug 2003
7 Posts |
^^^^^^^^^^^, the question is in the topic :)
|
|
|
|
|
|
#2 |
|
Aug 2002
223 Posts |
http://www.mersenne.org/
Its a piece of software to test for Mersenne Prime numbers. |
|
|
|
|
|
#3 |
|
Aug 2003
7 Posts |
thanks, but what do i benefit from using it.
|
|
|
|
|
|
#4 |
|
Jul 2003
2·32 Posts |
Prime95 is one of the primary benchmark programs in the world today.
It is universally accepted in the hardware world that if a computer cannot successfully run the torture test in Prime95, that computer has something wrong with it. You can win $100,000, split with the project, by finding a 10,000,000 digit mersenne prime (your share will be approximately $50,000. You can win $5,000 by finding the next largest mersenne prime. You can factor and do lucas-lehmer tests on large mersenne numbers in several different ways. |
|
|
|
|
|
#5 |
|
Jan 2003
North Carolina
24610 Posts |
Some people like to garden, some like to determine the next biggest prime number in the world. So part of it is preference, call it a hobby. Some of us can't stand to let CPU cycles go idle, so this is, in my opinion, the best way to push your CPU/memory to the maximum limit *and* be able to use your PC for normal stuff at the same time.
|
|
|
|
|
|
#6 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
1E0C16 Posts |
Quote:
If you are the type of person who likes to buy lottery tickets, then you might be attracted by the small chance that you could win several thousand dollars by using Prime95. If you have a desire to be famous (primarily among mathematicians, that is :), Prime95 might enable you to be forever known as a co-discoverer of a Mersenne prime, one of the jewels of mathematics. |
|
|
|
|
|
|
#7 |
|
Aug 2003
7 Posts |
so what do i have to do to discover this number ?, i have started the program and it has done a self test after communicating with the server, then it just continued somethings which i don't understand.
|
|
|
|
|
|
#8 | |
|
"Sander"
Oct 2002
52.345322,5.52471
29·41 Posts |
Quote:
It first checks if the number has no small factor by trying to divide the number to test by small primes. This is called trail factoring. A lot of numbers have already been sufficientely trailfactored by others, so it will probably skip this stage. After that the program checks if P-1 has already been done. P-1 is a special algorithem which might find larger factors of the number. If no P-1 has been done, the program will start running it. P-1 consists of 2 stages, the length of the second stage depends on how much memory you give it. The more memory, the higher the chance you'll find a factor. After both P-1 stages are done, the program will perform a Lucas Lehmer test. This is a test that determines if the number you're testing is prime. Only after this test is 100% complete it can be determined if the number you are testing is prime. Take a look at the math page for more information. |
|
|
|
|
|
|
#9 | ||
|
"Patrik Johansson"
Aug 2002
Uppsala, Sweden
52×17 Posts |
So a screen output could look like this. (This computer runs Linux so I can get the screen output to a file.)
P-1: Quote:
Quote:
|
||
|
|
|
|
|
#10 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22×3×641 Posts |
Quote:
Sit back. Relax. Browse through the rest of this forum. :) |
|
|
|
|
|
|
#11 |
|
Aug 2003
7 Posts |
thanks guys very much for the explanation ... then did anyone discover this prime number they r all searching for (what is it in the first place), i'm in the faculty of engineering department of aerospace .. so i should understand what this program is doing or what's its purpose ! but i can't .. if u could give me the program bigger purpose in short and what is that prime number i'll be very thankful
|
|
|
|