#Example: "Nott-APG-Rel-i" . . . based on: examples/pga_interactive #Start point for Nottingham group #Interactive construction of 40 5-groups of order 5^7 #vars: F, rels, procId; #options: OutputLevel, OutputFile
F := FreeGroup("a", "b");
rels := ["a^5", "b^5", "[b, a, b]"];
procId := PqStart(F : Prime := 5, Relators := rels); #comment: set a different print level by supplying <OutputLevel>
PqPcPresentation(procId : ClassBound := 3, #sub <OutputLevel> for <1> if set and ok
OutputLevel := 1);;
PqComputePCover(procId);; #comment: save the presentation to a different file by supplying <OutputFile> #sub <OutputFile> for <ANUPQData.outfile> if set and ok
PqSavePcPresentation(procId, ANUPQData.outfile);;
PqPGSupplyAutomorphisms(procId, [ [[1,0,0,0],
[0,1,0,1]],
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.