Re: Basically a sieve method, relation to quantum
jstevh_at_msn.com
Date: 01/24/05
- Next message: Peter Flass: "Re: [Lit.] Buffer overruns"
- Previous message: Anne & Lynn Wheeler: "Re: [Lit.] Buffer overruns"
- In reply to: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Next in thread: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Reply: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Jan 2005 14:53:32 -0800
Tim Peters wrote:
> [jstevh@msn.com]
> >>> The original algorithm in my program, will, my current analysis
shows,
> >>> factor about 50% of the time, which is astounding.
>
> [nospamplz@example.com]
> >> Wouldn't trial and error division find the factors 100% of the
time?
> >> Now it might take a while (maybe longer than the universe takes to
> >> reach heat-death) but the question is whether your algorithm would
be
> >> faster or not.
>
>
> [Dik T. Winter]
> > In a little test I tried: slower. I tried to factor
137305167623353 with
> > trial division (and not trial division by primes only, but by *all*
> > odd numbers until the square root). It took my simple program
about 2
> > seconds on this old Sun machine. Apparently JSH's program was in
the
> > minutes range.
>
> In fairness <heh>, JSH only claims his method is fast in this case if
it's
> *given* a complete factorization of 18852709056077064918470962609 -
j^2 for
> some integer j first (presumably j != 0 -- it's never clear what
assumptions
> he's making; btw, 188... is the square of your 137...).
Speed isn't the issue with the prototype program which is a proof of
concept.
Basically I came up with the theory last December, and wrote a paper.
The paper shows theoretically that I solved the factoring problem.
My initial implementation first off was meant to test the equations and
verify that I actually got factorizations.
I did.
However, I didn't get 100% factorization which I assumed I would get,
and hitting a wall as to why, I ended up talking about this publicly as
I worked out the theory.
Ok, now to the rest of this post...
> So let's give him one: 137305167623353^2 - 11^2 =
> 18852709056077064918470962488 = 2 * 2 * 2 * 3 * 13 * 13 * 23 * 79 *
853 *
> 3450977 * 869020048249.
>
Ok, here you can now take the factors of T, and plug them into my
algorithm, to pull out a factorization of the target.
I'm not going to do that with the numbers above, as the program isn't
set up that way, and I'm not interested in doing things for Usenet
posters as so many of you are buttheads.
> I couldn't make sense of what he thinks he's doing beyond that point.
Ok.
James Harris
- Next message: Peter Flass: "Re: [Lit.] Buffer overruns"
- Previous message: Anne & Lynn Wheeler: "Re: [Lit.] Buffer overruns"
- In reply to: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Next in thread: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Reply: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|