Cantor–Zassenhaus algorithm: Difference between revisions

Content deleted Content added
STBot (talk | contribs)
m clean up - bother me at my talk if I mess up using AWB
Momotaro (talk | contribs)
m link to pari/gp directly
Line 3:
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]]s, including [[PARI-GP computer algebra system|PARI-/GP]].
 
==Overview==
Line 46:
 
==Implementation in computer algebra systems==
The Cantor-Zassenhaus algorithm may be accessed in the GP-PARI/GP package using the [http://pari.math.u-bordeaux.fr/dochtml/html.stable/Arithmetic_functions.html#factorcantor factorcantor] command.
 
==See also==