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

Quelle  11gp-PG-i   Sprache: unbekannt

 
#Example: "11gp-PG-i" . . . based on: examples/pga_11gp
#Descendants of C11 x C11 x C11
#vars: F, procId;
#options: OutputLevel
F := FreeGroup("a", "b", "c");
procId := PqStart(F : Prime := 11);
#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, 1, 0],
                                   [ 0, 0, 1]],

                                  [[10, 0, 1],
                                   [10, 0, 0],
                                   [ 0,10, 0]] ]);;
PqPGConstructDescendants(procId : ClassBound := 2,
                                  CapableDescendants,
                                  StepSize := 1,
                                  RankInitialSegmentSubgroups := 3);;

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]