Berlekamp's algorithm: Difference between revisions

Content deleted Content added
Line 36:
 
==Implementation in Computer Algebra Systems==
Berlekamp's algorithm may be accessed in the PARI/GP package using the [http://pari.math.u-bordeaux.fr/dochtml/html.stable/Arithmetic_functions.html#factormod factormod] command, and the [[WolframAlpha]] [[http://www.wolframalpha.com/input/?i=factor+x^5+%2B+x+mod+17]] website.
 
==See also==