Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
#############################################################################
##
#W isom.gd Cubefree Heiko Dietrich
##
##
#############################################################################
##
#F IsomorphismCubefreeGroups(G,H)
##
## G and H are two cubefree groups;
## returns an isomorphism between G and H, if exists, and fail otherwise
##
DeclareGlobalFunction("IsomorphismCubefreeGroups");
#############################################################################
##
#F IsomorphismCubefreeGroupsNC(G,H)
##
## G and H are two cubefree groups;
## returns an isomorphism between G and H, if exists, and fail otherwise
##
DeclareGlobalFunction("IsomorphismCubefreeGroupsNC");
#############################################################################
##
#F IsIsomorphicCubefreeGroups(G,H)
##
## G and H are two cubefree groups;
## returns true iff G and H are isomorphic
##
DeclareGlobalFunction("IsIsomorphicCubefreeGroups");
[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-04-27]