Re: Factoring problem, solved
jstevh_at_msn.com
Date: 01/19/05
- Next message: fishfry: "Re: Factoring problem, solved"
- Previous message: Gerry Myerson: "Re: Primitive Pythagorean triangles of the same area"
- In reply to: rupertmccallum_at_yahoo.com: "Re: Factoring problem, solved"
- Next in thread: David Kastrup: "Re: Factoring problem, solved"
- Reply: David Kastrup: "Re: Factoring problem, solved"
- Reply: rupertmccallum_at_yahoo.com: "Re: Factoring problem, solved"
- Reply: Bruce Stephens: "Re: Factoring problem, solved"
- Reply: C. Bond: "Re: Factoring problem, solved"
- Messages sorted by: [ date ] [ thread ]
Date: 19 Jan 2005 15:05:51 -0800
rupertmccallum@yahoo.com wrote:
<deleted>
>
> What exactly is the algorithm?
>
Exactly? There are already several possible algorithms from what I've
given.
I've implemented one in purple.jar, which iterates through possible
rational y's to try and find a rational x, which is tested for factors
of the target M.
It does factor, but not everything.
I put the code out and my current research as I hit a wall.
I need to either shoot down the idea or figure out how to factor any
integer.
If you wish to see in detail my current algorithm, check out the code
I've put out.
Run the program, see what it factors, notice where it messes up, like
declaring numbers to be prime that are not.
I'm not expecting an awful lot from these groups, but talking my ideas
out helps me tremendously. But hey, there might be a bonus and one of
you might advance the research.
You can do that two ways:
1. SHOOT IT DOWN COMPLETELY.
2. Figure out why my program isn't factoring certain numbers.
I think it's an almost impossible challenge for most of you, and I
don't expect much from any of you. I'm mainly using these forums to
talk out ideas, which I will personally take to completion, as that's
what I do.
You're primarily an audience as far as I'm concerned, though your
questions may help.
James Harris
- Next message: fishfry: "Re: Factoring problem, solved"
- Previous message: Gerry Myerson: "Re: Primitive Pythagorean triangles of the same area"
- In reply to: rupertmccallum_at_yahoo.com: "Re: Factoring problem, solved"
- Next in thread: David Kastrup: "Re: Factoring problem, solved"
- Reply: David Kastrup: "Re: Factoring problem, solved"
- Reply: rupertmccallum_at_yahoo.com: "Re: Factoring problem, solved"
- Reply: Bruce Stephens: "Re: Factoring problem, solved"
- Reply: C. Bond: "Re: Factoring problem, solved"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|