Re: factoring integers on a classical computer in polynomial-time

From: Pubkeybreaker (Robert_silverman_at_raytheon.com)
Date: 03/24/05


Date: 24 Mar 2005 09:29:08 -0800

May I suggest that you go learn some number theory?

Your algorithm does not work.

(1) You fail to show that a solution for alpha, beta even exists in
step 2.
(I will give a hint: a solution might not exist, see below)

(2) You fail to show that your method even halts. i.e. that criterion
(3) is ever satisfied.
I can not see where condition (4) will ever be satisfied.

Take N = 91. Set a = b = n = 1.

We have 91 = (2 alpha + 1)(2 beta + 1) mod 4, whence alpha = 1 and
beta = 0.
(3) and (4) are not satisfied, so we now take a = 3 and b = 1 and n =
2 giving

91 = (4 alpha + 3)(4 beta + 1) mod 8, whence alpha = 0 and beta = 0 by
inspection.
(3) and (4) are still not satisfied so we get a = 3 and b = 1 and n = 3
 giving

91 = (8 alpha +3)(8 beta + 1) mod 16 and OOOPS! no solution
exists.

What is it with people??? Why don't they even try trivial testing of
their 'fantasy method'
before posting? Is it ego?

Mr. Feinstein: I do not know you, but I have read many of your posts.
You lack
understanding of elementary number theory and elementary analysis of
algorithms.
GO ACQUIRE IT. Try reading some books. I can recommend some, if you
like.



Relevant Pages

  • Re: factoring integers on a classical computer in polynomial-time
    ... Your algorithm does not work. ... You fail to show that a solution for alpha, beta even exists in ... You fail to show that your method even halts. ...
    (comp.theory)
  • Problem with Genetic Algorithm
    ... and i have to program a real genetic algorithm (i.e. ... %% Variables Algoritmos Genetico ... % parejas para rellenar hasta $nPob ... %beta es un aleatorio ...
    (comp.soft-sys.matlab)
  • Re: syllogism
    ... I'm actually a rather seasoned software ... that it will fail in a certain way. ... Until your analysis shows that the algorithm should ... And go thorugh the craft - analyse-recaft-test cycle as often ...
    (sci.logic)
  • Re: MLE of Negative Binomial Model
    ... Beta (coefficient vector for independent variables); ... I use Beta estimates from a Poisson model and a ML ... While the algorithm works for simple datasets it seems quite ... An output I require is the covariance matrix. ...
    (sci.stat.math)
  • Re: Gauss legendre Quadrature - Explanation Needed - HELP
    ... This algorithm is provided in O-Matrix, ... in source code form. ... >> Legendre quadrature of arbritary order. ... >> How is the beta in the second fucntion related to the one in the first ...
    (sci.math.num-analysis)