Talk:Dixon's factorization method

From Wikipedia, the free encyclopedia

[edit] Comment

I cannot see a real difference to the Quadratic Sieve, but thar does not really matter.

Dixon's method is not a well-specified algorithm in that it doesn't really give a method for finding relations (presumably, brute-force search would be used). The quadratic sieve uses some mathematical facts and the sieving procedure to speed up the finding of relations. The number field sieve is yet another way of finding relations. Decrypt3 20:47, 24 March 2006 (UTC)

[edit] Question

I didn't understand this sentence: "This set of primes is called the factor base. Then, using the polynomial p(x) = x2 − n, many values of x are tested to see if p(x) factors completely over the factor base."

What is x? What is n? What does it mean to factor "over the factor base"?


n is the semi-prime which we are trying to factor x is one of many random numbers generated to try and find a p(x) which the prime factorization is contained in the factor base. for example if x=20 The prime factorization of 20 is: 2*2*5 If our factor base is [2,3,5] then p(x) factors completley or is "smooth" over our factor base.

I'm curious though is p(x)=x^2-n suposed to be p(x)=x^2 (mod n)

[edit] References

The references should be added to this page. Also, an expert is needed to say a few words about the history. Which Dixon is this one? Mhym 18:13, 24 June 2006 (UTC)