Re: Surrogate factoring demonstrated
jstevh_at_msn.com
Date: 02/26/05
- Next message: Randy Howard: "Re: Thou shalt have no other gods before the ANSI C standard"
- Previous message: Andrew Swallow: "Re: Thou shalt have no other gods before the ANSI C standard"
- In reply to: jstevh_at_msn.com: "Surrogate factoring demonstrated"
- Next in thread: jstevh_at_msn.com: "Re: Surrogate factoring demonstrated"
- Reply: jstevh_at_msn.com: "Re: Surrogate factoring demonstrated"
- Reply: Tim Peters: "Re: Surrogate factoring demonstrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 25 Feb 2005 15:24:35 -0800
jstevh@msn.com wrote:
> I think it'd help to show an actual example of surrogate factoring,
> which of course is a picked example, of a case where it works.
>
I'm still working on the algorithm and seeing what it will factor.
Here's one I just did.
M = 116565983987934769
T = 1331674354105829165393067963530771325
T^6 factored is
( 3^18 )( 5^12 )( 89^6 )( 479^6 )( 137573^6 )( 214213^6 )(
146655731^6) (10707563851^6 )
Iterations: 555547
Max is 8 times that or 4,444,376
Time/iteration: <deleted>
Number factored.
Initial Factorization:
f_1=247816937
f_2=470371337
Now checking its factors...
moving up a level
Success!
Factors:
( 247816937 )( 470371337 )
Product: 116565983987934769
In coming is 116565983987934769
Processing time: <deleted>
Number of digits: 18
bitLength=57
I'm still working on my idea about blocking primes, so I'm forcing in a
factor of 15 into T.
I'm trying to find a number the current algorithm does NOT factor.
James Harris
- Next message: Randy Howard: "Re: Thou shalt have no other gods before the ANSI C standard"
- Previous message: Andrew Swallow: "Re: Thou shalt have no other gods before the ANSI C standard"
- In reply to: jstevh_at_msn.com: "Surrogate factoring demonstrated"
- Next in thread: jstevh_at_msn.com: "Re: Surrogate factoring demonstrated"
- Reply: jstevh_at_msn.com: "Re: Surrogate factoring demonstrated"
- Reply: Tim Peters: "Re: Surrogate factoring demonstrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|