enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Factorization of polynomials over finite fields - Wikipedia

    en.wikipedia.org/wiki/Factorization_of...

    Polynomial factoring algorithms use basic polynomial operations such as products, divisions, gcd, powers of one polynomial modulo another, etc. A multiplication of two polynomials of degree at most n can be done in O(n 2) operations in F q using "classical" arithmetic, or in O(nlog(n) log(log(n)) ) operations in F q using "fast" arithmetic.

  3. Factorization of polynomials - Wikipedia

    en.wikipedia.org/wiki/Factorization_of_polynomials

    Modern algorithms and computers can quickly factor univariate polynomials of degree more than 1000 having coefficients with thousands of digits. [3] For this purpose, even for factoring over the rational numbers and number fields, a fundamental step is a factorization of a polynomial over a finite field.

  4. Factorization - Wikipedia

    en.wikipedia.org/wiki/Factorization

    The polynomial x 2 + cx + d, where a + b = c and ab = d, can be factorized into (x + a)(x + b).. In mathematics, factorization (or factorisation, see English spelling differences) or factoring consists of writing a number or another mathematical object as a product of several factors, usually smaller or simpler objects of the same kind.

  5. Berlekamp's algorithm - Wikipedia

    en.wikipedia.org/wiki/Berlekamp's_algorithm

    In mathematics, particularly computational algebra, Berlekamp's algorithm is a well-known method for factoring polynomials over finite fields (also known as Galois fields). The algorithm consists mainly of matrix reduction and polynomial GCD computations. It was invented by Elwyn Berlekamp in 1967.

  6. Cantor–Zassenhaus algorithm - Wikipedia

    en.wikipedia.org/wiki/Cantor–Zassenhaus_algorithm

    The Cantor–Zassenhaus algorithm takes as input a square-free polynomial (i.e. one with no repeated factors) of degree n with coefficients in a finite field whose irreducible polynomial factors are all of equal degree (algorithms exist for efficiently factoring arbitrary polynomials into a product of polynomials satisfying these conditions, for instance, () / ((), ′ ()) is a squarefree ...

  7. General number field sieve - Wikipedia

    en.wikipedia.org/wiki/General_number_field_sieve

    An optimal strategy for choosing these polynomials is not known; one simple method is to pick a degree d for a polynomial, consider the expansion of n in base m (allowing digits between −m and m) for a number of different m of order n 1/d, and pick f(x) as the polynomial with the smallest coefficients and g(x) as x − m.

  8. Fermat's factorization method - Wikipedia

    en.wikipedia.org/wiki/Fermat's_factorization_method

    Fermat's factorization method, named after Pierre de Fermat, is based on the representation of an odd integer as the difference of two squares: =. That difference is algebraically factorable as (+) (); if neither factor equals one, it is a proper factorization of N.

  9. Pollard's rho algorithm - Wikipedia

    en.wikipedia.org/wiki/Pollard's_rho_algorithm

    The algorithm is used to factorize a number =, where is a non-trivial factor. A polynomial modulo , called () (e.g., () = (+)), is used to generate a pseudorandom sequence.It is important to note that () must be a polynomial.