Re: JSH: Nearly done
From: ošin (ošin_at_ragnarok.com)
Date: 01/27/05
- Next message: |-|erc: "Re: THERE ARE oo NUMBERS IN N"
- Previous message: |-|erc: "Re: HOW MANY DIGITS ARE IN < 0 . 1 2 1 2 1 .. > ( THAT ARE LESS THAN 10 ) ? oo"
- In reply to: jstevh_at_msn.com: "Re: JSH: Nearly done"
- Next in thread: Rick Decker: "Re: JSH: Nearly done"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 Jan 2005 16:31:15 -0800
> My prototype program already does that to a certain extent, so you
> could put in some huge number into it, but it'd probably take it a few
> days to process through and more than likely, it wouldn't factor.
>
> But it would process through in a few days, even with an RSA challenge
> number.
>
> That's how fast it is.
Fast? According to the timings you have quoted so far, it is horribly slower
than trial division. But unlike trial division that gives the correct result
100% of the time, you claim that surrogate factoring is at beast 50% with
tiny vaklues, and you have een said the % goes down with larger numbers.
FOAD.
> I'm focusing on building a full method that relies only on my work, so
> it has to call itself recursively to factor, and such a method can
> potentially chew through even an RSA challenge type number in minutes.
Why do you have to do it recursively. Don't you know that anything that can
be done recursively can be done non-recursively?
> Potentially this method can factor an RSA challenge sized number in
> seconds.
You have never shown that is possible. You just claim it over and over
again.
> I call that polynomial time.
Define what polynomial time means to you.
> Now, when I talk about development, I'm talking about using the method
> fully, so that it acts recursively.
Why recursively?????
- Next message: |-|erc: "Re: THERE ARE oo NUMBERS IN N"
- Previous message: |-|erc: "Re: HOW MANY DIGITS ARE IN < 0 . 1 2 1 2 1 .. > ( THAT ARE LESS THAN 10 ) ? oo"
- In reply to: jstevh_at_msn.com: "Re: JSH: Nearly done"
- Next in thread: Rick Decker: "Re: JSH: Nearly done"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|