Results 1 to 40 of 185

Thread: Small n factoring

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    this is my understanding of ECM.

    ECM is a probabilistic algorithm.

    the standard listed number of curves when run has a chance of a missed factor for the given size of 37% (its like 1/e where e=2.71828183... )

    (http://www.loria.fr/~zimmerma/records/ecm/params.html)

    i also had thought (but may be mistaken) that it only work if EXCATLY 1 factor is within B1 and B2. eg if there are factors 123001 and 124001 would only be found if B2 is between 123001 and 124001..
    ie B1=100000,B2=200000 would fail
    B1=100000,B2=123500 would succeed

    but i couldnt find a reference that supports this claim.
    edit: found it http://www.mersenneforum.org/showthread.php?t=194
    this page goes onto say ECM (and P-1) find factors that are (B1,B2)-smooth (1 factor between b1 and b2)


    --
    Shoe Lace
    Last edited by ShoeLace; 05-03-2005 at 10:45 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •