|
#############################################################################
##
#A IsIrred.gd Frank Lübeck
##
## The files IsIrred.g{i,d} contain code to test of find irreducible
## polynomials over a finite field, polynomials handled as coefficient
## lists.
##
DeclareGlobalFunction("IsIrreducibleCoeffListPrimeDegree");
DeclareGlobalFunction("IsIrreducibleCoeffList");
DeclareGlobalFunction("StandardIrreducibleCoeffList");
# helper
DeclareGlobalFunction("PMCspecial");
[ Dauer der Verarbeitung: 0.19 Sekunden
(vorverarbeitet)
]
|