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 read.g The SymbCompCC package D�rte Feichtenschlager ## ############################################################################# ## #R Read the install files. ## ReadPackage( "SymbCompCC", "gap/PPowerPoly/ppowerpoly.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPoly/QuotientRemainder.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPoly/Smith.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPoly/ppowerpolyloc.gi" ); ReadPackage( "SymbCompCC", "gap/ParPres/ParPres-2-1.gi" ); ReadPackage( "SymbCompCC", "gap/ParPres/ParPres-2-2.gi" ); ReadPackage( "SymbCompCC", "gap/ParPres/ParPres-3-1.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPolyPcpGroups/ppowerpolypcpgroups.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPolyPcpGroups/Collect.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPolyPcpGroups/GAPInput.gi" ); ReadPackage( "SymbCompCC", "gap/PPowerPolyPcpGroups/LatexInput.gi" ); ReadPackage( "SymbCompCC", "gap/SchurExtensions/SchurExtensions.gi" ); ReadPackage( "SymbCompCC", "gap/SchurExtensions/Collect.gi" ); ReadPackage( "SymbCompCC", "gap/SchurExtensions/GetMatrix.gi" ); ReadPackage( "SymbCompCC", "gap/SchurExtensions/RelGroups.gi"); ReadPackage( "SymbCompCC", "gap/SchurExtensions/Apps.gi"); ReadPackage( "SymbCompCC", "gap/SchurExtensions/Props.gi" ); ReadPackage( "SymbCompCC", "gap/SchurExtensions/MakeMutableCopyListPPP.gi" ); #E read.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here