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

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

 
#Example"3gp-PG-4-i" . . . based on: examples/pga_4-3.com
#All descendants of C3 x C3 x C3 x C3
#vars: F, procId;
#options: OutputLevel
F := FreeGroup("a""b""c""d");
procId := PqStart(F : Prime := 3);
#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, [ [[2,0,0,0],
                                   [0,1,0,0],
                                   [0,0,1,0],
                                   [0,0,0,1]],

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

Messung V0.5
C=95 H=94 G=94

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]