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

Quelle  2gp-PG-i   Sprache: unbekannt

 
#Example"2gp-PG-i" . . . based on: examples/pga_2gp
#All descendants of C2 x C2 up to order 2^8
#vars: F, procId;
#options: OutputLevel
F := FreeGroup("a""b");
procId := PqStart(F : Prime := 2);
#comment: set a different print level by supplying <OutputLevel>
PqPcPresentation(procId : ClassBound := 1
#sub <OutputLevel> for <1if set and ok
                          OutputLevel := 1);;
PqComputePCover(procId);;
PqPGSupplyAutomorphisms(procId, [ [[0,1],
                                   [1,1]],

                                  [[0,1],
                                   [1,0]] ]);;
PqPGConstructDescendants(procId : ClassBound := 7,
                                  OrderBound := 8,
                                  PcgsAutomorphisms,
                                  BasicAlgorithm);;

Messung V0.5 in Prozent
C=98 H=97 G=97

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-18]