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 ACE Package Alexander Hulpke #W Greg Gamble ## #H @(#)$Id$ ## #Y Copyright (C) 2006 Centre for Discrete Mathematics and Computing #Y Department of Information Technology & Electrical Eng. #Y University of Queensland, Australia. ## ############################################################################# ## #R Read the declaration files. ## ReadPackage( "ace", "gap/ace.gd" ); ReadPackage( "ace", "gap/general.gd" ); ReadPackage( "ace", "gap/interact.gd" ); ReadPackage( "ace", "gap/streams.gd" ); ReadPackage( "ace", "gap/options.gd" ); #E init.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here