Re: JSH: What is surrogate factoring? Once more.
- From: marcus_b <marcus_bruckner@xxxxxxxxx>
- Date: Tue, 04 Sep 2007 10:13:46 -0700
On Sep 4, 11:12 am, riderofgiraffes <mathforum.org...@xxxxxxxxxxxxxx>
wrote:
I think you are overlooking what is maybe the
central unavoidable problem with the Harris idea.
As with Fermat's algorithm (and Dixon's, and the
quadratic sieve), he wants
X^2 = Y^2 mod T, i.e.,
(X + Y)*(X - Y) = 0 mod T.
So say T = 77. Let k = 1 and n = 2.
You can't do this. He assumes that k=2x (T)
*THAT'S* the central, unavoidable problem.
I think we may be saying the same thing or closely
related things. He cannot let k = 2X mod T until he
specifies X. What he does in fact is the following.
He FIRST chooses k and n, and lets S = 2k^2 + nT.
Then he factors S as S = F1 * F2, and AFTER THAT,
he chooses X and Y. In the process, he forgets that
he originally wanted X^2 = Y^2 mod T, and in general
the algorithm he specifies does not give him this
crucial equality. So as a rule he does not end up
with a difference of squares which equals a multiple
of T. This largely explains why his method, unlike
that of Dixon or the quadratic sieve method, fails
most of the time.
Marcus.
.
- Follow-Ups:
- Re: JSH: What is surrogate factoring? Once more.
- From: Mas Plak
- Re: JSH: What is surrogate factoring? Once more.
- References:
- Re: JSH: What is surrogate factoring? Once more.
- From: riderofgiraffes
- Re: JSH: What is surrogate factoring? Once more.
- Prev by Date: Re: ellipsoid axis length
- Next by Date: Re: line sliding in oval
- Previous by thread: Re: JSH: What is surrogate factoring? Once more.
- Next by thread: Re: JSH: What is surrogate factoring? Once more.
- Index(es):
Relevant Pages
|