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

Quelle  PqDescendants-1-i   Sprache: unbekannt

 
#Example"PqDescendants-1-i" . . . based on manual example
#(demonstrates `PqSetPQuotientToGroup' usage)
#vars: F, procId, G, des;
#options
F := FreeGroup( "a""b" );
procId := PqStart( F : Prime := 2 );
Pq( procId : ClassBound := 1 );
PqSetPQuotientToGroup( procId );;
des := PqDescendants( procId : OrderBound := 6, ClassBound := 5 );
Length(des);
List(des, Size);
List(des, d -> Length( PCentralSeries( d, 2 ) ) - 1 );

Messung V0.5
C=91 H=94 G=92

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]