Re: JSH factors 15
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Fri, 06 Feb 2009 17:17:20 +0000
On Wed, 04 Feb 2009 13:23:10 -0800, Tim Smith
<reply_in_group@xxxxxxxxxxxxxxxx> wrote:
[snip]
The following is from JSH's latest blog entry. I'll reproduce it here
rather than link to it, so we don't have to worry about it changing mid
discussion.
JSH has finally worked an example using his factoring method. He has
factored 15.
================== BEGIN TRANSCRIPT FROM JSH BLOG ======================
In a prior post I noted a simple approach to factoring using Pell's
Equation and in this post I'll use that technique for a simple,
demonstration factorization.
================== END TRANSCRIPT FROM JSH BLOG ======================
As I have done previously, I tested James' latest Pellian factoring
method on 500 random composite odd numbers that are multiples of two
different primes, each in the range 500 to 1000. The results are
compared to Fermat's method, trial factorisation (both forward and
reverse) and random picking.
Fermat average = 7.85 probes.
JSH average = 466.43 probes.
Probe ratio = 1 : 59.388
Trial average = 119.32 probes.
Reverse average = 12.29 probes.
Random average = 749.63 probes.
500 trials, 0 misfactors found.
Average v's tried per factorisation: 234.448
Maximum v reached over all tests = 1211
Average timings over 200 numbers:
16 bits: 70.080 mSec / number. 0 misfactors.
18 bits: 102.014 mSec / number. 0 misfactors.
20 bits: 228.915 mSec / number. 0 misfactors.
22 bits: 385.718 mSec / number. 0 misfactors.
24 bits: 905.187 mSec / number. 0 misfactors.
As seems usual with James' methods it will correctly factor the target
number, but has no speed advantage over existing methods. Judging
from the timing tests, this latest method does not scale well to
larger numbers.
rossum
.
- References:
- JSH factors 15
- From: Tim Smith
- JSH factors 15
- Prev by Date: Function ranging over all real values on every open interval
- Next by Date: Re: Kernel doubt k(x,t) ?
- Previous by thread: Re: JSH factors 15
- Next by thread: Need Formulas For Mean & SE/SD of Some Things
- Index(es):
Relevant Pages
|