GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# #### ## #A anustab.gd ANUPQ package Eamonn O'Brien #A Werner Nickel ## #Y Copyright 1993-2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany #Y Copyright 1993-2001, School of Mathematical Sciences, ANU, Australia ## #W Greg Gamble reformulated the original code as a function and then split #W the original `anustab.g' into the declare/install files anustab.g[di]. ## ## Declare file for function to compute the stabiliser of an allowable ## subgroup; description is written to file LINK_output. ## ############################################################################# ## #F PqStabiliserOfAllowableSubgroup( ) ## DeclareGlobalFunction( "PqStabiliserOfAllowableSubgroup" ); #E anustab.gd . . . . . . . . . . . . . . . . . . . . . . . . . . ends here