Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

565644 views
#############################################################################
##
#W  ReprAct.gd               FGA package                    Christian Sievers
##
##  Declarations used for computing RepresentativeAction
##
#Y  2003 - 2012
##

DeclareOperation( "FindPowLetterRep",
    [ IsFreeGroup, IsList, IsList, IsList ]);


#############################################################################
##
#E