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 495 B image not shown  

Quelle  F2-5-i   Sprache: unbekannt

 
#Example: "F2-5-i" . . . based on: examples/F2-5
#Construction of 5-quotient of a 2-generator free group
#vars: F, procId;
#options: OutputLevel
F := FreeGroup("a", "b");
procId := PqStart(F : Prime := 5);
#comment: set a different print level by supplying <OutputLevel>
PqPcPresentation(procId : ClassBound := 6, 
#sub <OutputLevel> for <1> if set and ok
                          OutputLevel := 1);;
PqNextClass(procId);; #class 7
PqNextClass(procId);; #class 8
PqNextClass(procId);; #class 9

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]