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 init.g ANUPQ package Werner Nickel #W Greg Gamble ## ############################################################################# ## #R Read the head file and declaration files. ## ReadPackage( "anupq", "lib/anupqhead.gd" ); ReadPackage( "anupq", "lib/anupqprop.gd" ); ReadPackage( "anupq", "lib/anupq.gd" ); ReadPackage( "anupq", "lib/anupga.gd" ); ReadPackage( "anupq", "lib/anusp.gd" ); ReadPackage( "anupq", "lib/anupqopt.gd" ); ReadPackage( "anupq", "lib/anupqios.gd" ); ReadPackage( "anupq", "lib/anupqi.gd" ); ReadPackage( "anupq", "lib/anupqid.gd" ); ReadPackage( "anupq", "lib/anustab.gd" ); ReadPackage( "anupq", "lib/anupqxdesc.gd" ); #E init.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here