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############################################################################# #### ## #W anupqid.gd ANUPQ package Werner Nickel #W Greg Gamble ## ## This file declares functions to do with evaluating identities. ## #Y Copyright (C) 2001 Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany ## ############################################################################# ## #F PqEvalSingleRelation( <proc>, <r>, <instances> ) ## DeclareGlobalFunction( "PqEvalSingleRelation" ); ############################################################################# ## #F PqEnumerateWords( <proc>, <data>, <r> ) ## DeclareGlobalFunction( "PqEnumerateWords" ); ############################################################################# ## #F PqEvaluateIdentity( <proc>, <r>, <arity> ) ## DeclareGlobalFunction( "PqEvaluateIdentity" ); ############################################################################# ## #F PqWithIdentity( <G>, <p>, <Cl>, <identity> ) ## DeclareGlobalFunction( "PqWithIdentity" ); ############################################################################# ## #F PQ_EVALUATE_IDENTITY( <proc>, <identity> ) ## DeclareGlobalFunction( "PQ_EVALUATE_IDENTITY" ); #E anupqid.gd . . . . . . . . . . . . . . . . . . . . . . . . . . ends here