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

Quelle  2gp-PG-3-i   Sprache: unbekannt

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

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

Messung V0.5
C=96 H=80 G=88

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]