Re: Surrogate factoring, reasons for my concerns
From: Will Twentyman (wtwentyman_at_read.my.sig)
Date: 07/13/04
- Next message: Matthijs Hebly: "Re: Surrogate factoring, reasons for my concerns"
- Previous message: Phil Carmody: "Re: question about ECC"
- In reply to: James Harris: "Re: Surrogate factoring, reasons for my concerns"
- Next in thread: Matthijs Hebly: "Re: Surrogate factoring, reasons for my concerns"
- Reply: Matthijs Hebly: "Re: Surrogate factoring, reasons for my concerns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 13 Jul 2004 15:27:56 -0400
James Harris wrote:
> Jeroen Boschma <boschma@fel.tno.nl> wrote in message news:<40F39740.590EB00B@fel.tno.nl>...
>
>>James Harris wrote:
>>
>><SNIP>
>>
>>>You have to completely factor T^2 - 1 and consider ALL the possible
>>>values for j that result from ALL possible combinations of those
>>>factors before you can claim a particular conclusion.
>>>
>>
>>So let's do that. In fact I already did. I wrote a little piece of Matlab code (took me about 20
>>minutes) which generates 100 random pairs of primes, each prime less than 1000. Those 100 pairs of
>>primes give me 100 composite T's which I fed to the algorithm. And yes, for each T I calculated f1
>>and f2 (thus j) for all possible combinations of factors of T^2-1. At the end, it turns out that
>>only 3 T's out of 100 are factored.
>
>
> Thanks!!! That's interesting. What size numbers?
>
>
>>Conclusion: the algorithm is worthless in its present form.
>
> That's not surprising, but your conclusion is weird.
>
> 3% is actually rather good, and definitely good enough to cause
> worries if your results hold with large numbers, though I doubt they
> will.
His conclusion makes sense. 3% success rate is not something that would
inspire me to code your method into an algorithm first, hoping it works,
then do something else more reliable. The added computation time for
the failures when factoring a collection of numbers is not likely to pay
off.
-- Will Twentyman email: wtwentyman at copper dot net
- Next message: Matthijs Hebly: "Re: Surrogate factoring, reasons for my concerns"
- Previous message: Phil Carmody: "Re: question about ECC"
- In reply to: James Harris: "Re: Surrogate factoring, reasons for my concerns"
- Next in thread: Matthijs Hebly: "Re: Surrogate factoring, reasons for my concerns"
- Reply: Matthijs Hebly: "Re: Surrogate factoring, reasons for my concerns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|