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

Quelle  3gp-PG-x-1-i   Sprache: unbekannt

 
#Example"3gp-PG-x-i" . . . based on example from Werner
#A `by hand' descendants example
#vars: F, procId;
#options: OutputLevel
F := FreeGroup("a""b");
procId := PqStart(F : Prime := 3);
#comment: set a different print level by supplying <OutputLevel>
Pq(procId : ClassBound := 1, 
#sub <OutputLevel> for <1> if set and ok
                          OutputLevel := 1);;
PqPCover(procId);;
PqPGSupplyAutomorphisms(procId, [ [[1,1],
                                   [0,1]],

                                  [[0,1],
                                   [1,0]] ]);;
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 3,
                                  BasicAlgorithm);

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

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]