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 readall.g GAP4 package `XMod' Chris Wensley #W #Y Copyright (C) 2001-2017, Chris Wensley et al, #Y School of Computer Science, Bangor University, U.K. ## LoadPackage( "xmod", false ); xmod_examples_dir := DirectoriesPackageLibrary( "xmod", "examples" ); level := InfoLevel( InfoXMod ); SetInfoLevel( InfoXMod, 0 ); Read( Filename( xmod_examples_dir, "gp2obj.g" ) ); Read( Filename( xmod_examples_dir, "gp2map.g" ) ); Read( Filename( xmod_examples_dir, "gp2up.g" ) ); Read( Filename( xmod_examples_dir, "gp2act.g" ) ); Read( Filename( xmod_examples_dir, "gp2ind.g" ) ); Read( Filename( xmod_examples_dir, "isoclinic.g" ) ); Read( Filename( xmod_examples_dir, "gp3objmap.g" ) ); Read( Filename( xmod_examples_dir, "gpd2obj.g" ) ); Read( Filename( xmod_examples_dir, "sl25.g" ) ); Read( Filename( xmod_examples_dir, "coprod.g" ) ); ## Read( Filename( xmod_examples_dir, "sl25pc.g" ) ); Print( "\n#I not running sl25pc.g because of errors there\n" ); SetInfoLevel( InfoXMod, level );