Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346############################################################################# #### ## #A anupga.gd ANUPQ package Frank Celler #A & Eamonn O'Brien #A & Benedikt Rothe ## ## Declaration file for p-group generation of automorphism group functions ## and variables. ## #Y Copyright 1992-2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany #Y Copyright 1992-1994, School of Mathematical Sciences, ANU, Australia ## ############################################################################# ## #F ANUPQerror( <param> ) . . . . . . . . . . . . . .report illegal parameter ## DeclareGlobalFunction( "ANUPQerror" ); ############################################################################# ## #F ANUPQextractArgs( <args>) . . . . . . . . . . . . . . parse argument list ## DeclareGlobalFunction( "ANUPQextractArgs" ); ############################################################################# ## #F ANUPQauto( <G>, <gens>, <imgs> ) . . . . . . . . construct automorphism ## DeclareGlobalFunction( "ANUPQauto" ); ############################################################################# ## #F ANUPQautoList( <G>, <gens>, <L> ) . . . . . . . construct a list of autos ## DeclareGlobalFunction( "ANUPQautoList" ); ############################################################################# ## #F ANUPQSetAutomorphismGroup( <G>, <gens>, <automs>, <isSoluble> ) ## DeclareGlobalFunction( "ANUPQSetAutomorphismGroup" ); ############################################################################# ## #F PqSupplementInnerAutomorphisms( <G> ) ## DeclareGlobalFunction( "PqSupplementInnerAutomorphisms" ); ############################################################################# ## #F ANUPQprintExps( <pqi>, <lst> ) . . . . . . . . . . . print exponent list ## DeclareGlobalFunction( "ANUPQprintExps" ); ############################################################################# ## #V ANUPGAGlobalVariables ## DeclareGlobalVariable( "ANUPGAGlobalVariables", "A list of strings representing names of p-group aut. grp global variables" ); ############################################################################# ## #F PqList( <file> ) . . . . . . . . . . . . . . . get a list of descendants ## DeclareGlobalFunction( "PqList" ); ############################################################################# ## #F PqLetterInt( <n> ) . . . . . . . . . . . . . . . ## DeclareGlobalFunction( "PqLetterInt" ); ############################################################################# ## #F PQ_DESCENDANTS( <arglist> : <options> ) . . construct descendants of <G> ## DeclareGlobalFunction( "PQ_DESCENDANTS" ); ############################################################################# ## #F PqDescendants( <G>, ... ) . . . . . . . . . construct descendants of <G> ## DeclareGlobalFunction( "PqDescendants" ); ############################################################################# ## #F PqSetPQuotientToGroup( <i> ) . . . set p-quotient as the group of process #F PqSetPQuotientToGroup() ## DeclareGlobalFunction( "PqSetPQuotientToGroup" ); ############################################################################# ## #F SavePqList( <file>, <lst> ) . . . . . . . . . save a list of descendants ## DeclareGlobalFunction( "SavePqList" ); #E anupga.gd . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here