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#Example: "2gp-SP-3-Rel-i" . . . based on: isom/example.com #vars: F, rels, procId; #options: OutputLevel, ClassBound, StandardPresentationFile F := FreeGroup("a", "b"); rels := ["a^4", "b^2*[b, a, b]^-1", "b * (a^2 * b^-1 * a^2)^-1" ]; procId := PqStart(F : Prime := 2, Relators := rels); #comment: set a different print level by supplying <OutputLevel> #add <OutputLevel> for <value> if set and ok #PqSetOutputLevel(procId, value);; PqSPComputePcpAndPCover(procId : ClassBound := 2);; #comment: set a different `ClassBound' by supplying <ClassBound> #comment: also save the presentation to a file by supplying <StandardPresentationFile> PqSPStandardPresentation(procId, [ [[1,0,0,1], [0,1,0,0]], [[1,0,0,0], [0,1,0,1]], [[1,1,1,0], [0,1,1,1]] ] : # options #add <StandardPresentationFile> for <value> if set and ok # StandardPresentationFile := value, #sub <ClassBound> for <9> if set ClassBound := 9, PcgsAutomorphisms);;