Recent content by visu

  1. V

    Is My Integer Factorization Algorithm Flawed?

    2y=1-d_4\pm\sqrt{d_4^2-2d_4+1-4d_1} Referring to this equation I think you mean 2x on the LHS which is the quadratic formula. You can't use the quadratic formula in this case because both x and y are unknown whereas in the case where you can use the quadratic formula only x is unknown. The...
  2. V

    Is My Integer Factorization Algorithm Flawed?

    Actually it doesn't depend on the "generic two integer variable equation solver".I am actually aware that this is not very clear and am working on an improved draft. I was just using the "generic two integer variable equation solver" to illustrate the point that any semiprime has only 2 sets...
  3. V

    Is My Integer Factorization Algorithm Flawed?

    The first of the two equations you wrote.Apologies for not being clear. x is an unknown and so is y.What I am doing is an extension of Fermat's factoring method.In Fermat's method, we express the number to be factorised as the difference of 2 squares.Let's say the number we want to factorise...
  4. V

    Is My Integer Factorization Algorithm Flawed?

    I am posting an integer factorization algorithm that I have developed. I am hoping for feedback on any obvious flaws that I might have missed before writing a computer programme to test it out. Thanks in advance Visu
Back
Top