Cantor–Zassenhaus algorithm: Difference between revisions

Content deleted Content added
m +cat
Line 1:
In [[mathematics]], particularly [[computer algebra|computational algebra]], the Cantor-Zassenhaus algorithm is a well known method for factorising [[polynomial|polynomials]]s over [[finite field|finite fields]] (akaalso [[galoiscalled field|Galois fields]]).

The algorithm consists mainly of exponentiation and polynomial [[greatest common divisor|GCD]] computations. It was invented by D. Cantor and [[Zassenhaus|Hans Zassenhaus]] in 1981.

It is arguably the dominant algorithm for solving the problem, having replaced the earlier [[Berlekamp's algorithm]] of 1967. It is currently implemented in many well-known [[computer algebra system|computer algebra systems]], including [[PARI-GP_computer_algebra_system|PARI-GP]].
 
==Overview==
Line 52 ⟶ 56:
 
[[Category:Computer algebra]]
[[Category:Finite fields]]