![]() |
|
|
#23 | |
|
Jun 2011
2×3 Posts |
Quote:
The process of doing another LL test to find a matching residue is giving me come concern. If errors are in fact machine dependent rather than say caused by cosmic rays, then doing a LL retest on the same type of machine will find a "verified" residue. Are any checks built in to ensure that a different machine type is used? |
|
|
|
|
|
|
#24 | |
|
Jun 2011
2×3 Posts |
Quote:
|
|
|
|
|
|
|
#25 |
|
Dec 2010
Monticello
5×359 Posts |
Whoops, we do talk in code. DC = LL-D = Double-Check Lucas-Lehmer Test or Lucas-Lehmer Double check. These two bits of alphabet soup get used interchangeably.
And what you missed was that even if you do a DC on the same machine you did the original ll (lucas-Lehmer) test on, the security code 9through the assighment ID) effectively scrambles the bit pattern you are manipulating, similar to a cipher where some bits are exclusive-or'ed wtih the message. Thus, if your computer is functioning close to correctly, it will not be manipulating exactly the same bit patterns, and any kind of systematic problem is likely to manifest itself as a different residue, which then doesn't match the first. The theory of this works very much like a cyclic redundancy check used on communications lines, except in this case the computer running the LL or LL-D is the channel and the residue is the output. Oh, and do look at http://www.mersenne.org/various/math.php to put a skeleton on the argtot.... Last fiddled with by Christenson on 2011-07-08 at 03:13 Reason: Pointers are a good thing! |
|
|
|
|
|
#26 | ||
|
"Mark"
Feb 2003
Sydney
3·191 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#27 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
231358 Posts |
A 'DC' disambiguation page has now been added to the MersenneWiki.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C-UnVerified and Verified What does this mean? | jwr257 | Information & Answers | 1 | 2017-12-16 16:32 |
| Unverified???... | lycorn | PrimeNet | 8 | 2011-01-11 08:22 |
| PrimeNet now reporting two unverified primes again | ixfd64 | Lounge | 6 | 2008-09-11 09:45 |
| least common multiple of numbers of the form a^x-1 | juergen | Math | 2 | 2004-04-17 12:19 |
| Multiple systems/multiple CPUs. Best configuration? | BillW | Software | 1 | 2003-01-21 20:11 |