|
#############################################################################
##
#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.32 Sekunden
(vorverarbeitet)
]
|