Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/anupq/examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 28.7.2025 mit Größe 563 B image not shown  

Quelle  5gp-b-Rel-i   Sprache: unbekannt

 
#Example: "5gp-b-Rel-i" . . . based on: examples/5gpB
#vars: F, rels, procId;
#options: OutputLevel, ClassBound
F := FreeGroup("x", "y", "z", "w");
rels := ["x^25 * (x^z)^-1", "[x, y] * z^-1", "[x, z]"];
procId := PqStart(F : Prime := 5, Relators := rels);
#comment: set a different `ClassBound' by supplying <ClassBound>
#comment: also set a different print level by supplying <OutputLevel>
#sub <ClassBound> for <5> if set and ok
PqPcPresentation(procId : ClassBound := 5, 
#sub <OutputLevel> for <1> if set and ok
                          OutputLevel := 1);;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]