Re: JSH: Factoring and residues
- From: "Proginoskes" <CCHeckman@xxxxxxxxx>
- Date: 13 Jul 2006 16:42:16 -0700
Tim Peters wrote:
[added "JSH:" to subject; cut sci.crypt & alt.math]
[jstevh@xxxxxxx]
...
That is the starting equation with a minor re-arranging, but I also add
later that
x^2 - y^2 = 0 mod T
[Proginoskes]
without saying what T is.
T is the integer you want to factor. It's another independent variable
here.
My best guess, based on your posts, is
T = S - 2 x k,
T isn't defined in terms of any of the other 4 (S, k, x, y) variables here.
It's introduced for the first time as a constraint:
x^2 - y^2 = 0 mod T
on the possible values for x and y; it has nothing to with S or k, except to
the extent that they're indirectly constrained via this constraint on x & y.
Maybe he pulls T out of his colon.
although the modular equation above is also true for T = 1.
His wild hope is that:
gcd(x +/- y, T)
in the end must reveal non-trivial factors of T.
Yes, this seems to be the ending of all of his attempts.
...
One interesting point is that y is never directly related to anything
as instead y^2 is.
So how good is your method if it says that, say, y^2 = 183?
He hasn't gotten that far yet, because he hasn't tried it, and can't think
any straighter than he ever can when overwhelmed by the nervous thrill of
impending victory. Leaving aside that "the instructions" for finding y:
>> x+k = sqrt(y^2 + S + k^2)
>>
>> and finding y is just a matter of factoring (S+k^2)/4.
don't make a lick of sense, he hasn't even gotten as far as noticing that
there's no reason to imagine S+k^2 is divisible by 4.
Now that's funny :-) In a different set of newsgroups, he started to factor
T=35, and picked S=x_res=1 (giving k=18), but dropped it immediately after
saying:
[JSH]
Then y is found by factoring (1+18^2)/4 and then you have x as well.
He didn't notice that 325 isn't divisible by 4? Or he did notice it, and
that's _why_ he dropped his attempt to factor 35 at that point? Or this is
another method where he's happy to settle for arbitrary real factors? Or
...?
The funny thing is that there's no flattering answer :-(
And, like I once said a long time ago, if you're going to give an
example of to show that your method does what it claims, choose an
example that actually works.
Someone should send the poor guy a clue.
--- Christopher Heckman
...
After all, it is mathematics. Why should it care?
Mathematics doesn't care whether there is an efficient factoring
algorithm. Computer Science does.
LOL! How true. Another funny thing is that whenever James has made a "math
doesn't care" argument in the past, somehow or other math always managed to
care after all, and favored the outcome he didn't want. By now, he should
suspect that math has a deep grudge against him personally ;-)
.
- Follow-Ups:
- Re: JSH: Factoring and residues
- From: Tim Peters
- Re: JSH: Factoring and residues
- References:
- Re: JSH: Factoring and residues
- From: Tim Peters
- Re: JSH: Factoring and residues
- Prev by Date: Re: Questions inspired by reading Apollonius of Perga on Conic Sections
- Next by Date: Re: JSH: Surprised even me
- Previous by thread: Re: JSH: Factoring and residues
- Next by thread: Re: JSH: Factoring and residues
- Index(es):
Relevant Pages
|