Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/lpres/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 12.6.2024 mit Größe 11 kB image not shown  

Quelle  res.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

############################################################################
##
#W  res.gi    The LPRES-package  René Hartung
##

gap> START_TEST("Checking some self-similar groups");

gap> IL:=InfoLevel(InfoLPRES);;
gap> SetInfoLevel(InfoLPRES,1);
gap> G:=ExamplesOfLPresentations(1);
#I  The Grigorchuk group on 4 generators from [Lys85]
<invariant LpGroup of size infinity on the generators [ a, b, c, d ]>
gap> H:=NilpotentQuotient(G,20);;
#I  Class 13 generators with relative orders: [ 222 ]
#I  Class 22 generators with relative orders: [ 22 ]
#I  Class 32 generators with relative orders: [ 22 ]
#I  Class 41 generators with relative orders: [ 2 ]
#I  Class 52 generators with relative orders: [ 22 ]
#I  Class 62 generators with relative orders: [ 22 ]
#I  Class 71 generators with relative orders: [ 2 ]
#I  Class 81 generators with relative orders: [ 2 ]
#I  Class 92 generators with relative orders: [ 22 ]
#I  Class 102 generators with relative orders: [ 22 ]
#I  Class 112 generators with relative orders: [ 22 ]
#I  Class 122 generators with relative orders: [ 22 ]
#I  Class 131 generators with relative orders: [ 2 ]
#I  Class 141 generators with relative orders: [ 2 ]
#I  Class 151 generators with relative orders: [ 2 ]
#I  Class 161 generators with relative orders: [ 2 ]
#I  Class 172 generators with relative orders: [ 22 ]
#I  Class 182 generators with relative orders: [ 22 ]
#I  Class 192 generators with relative orders: [ 22 ]
#I  Class 202 generators with relative orders: [ 22 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> RankPGroup(lcs[i]/lcs[i+1]) );
32212211222211112222 ]
gap> G:= ExamplesOfLPresentations(3);
#I  The lamplighter group on two lamp states
<LpGroup of size infinity on the generators [ a, t, u ]>
gap> H:=NilpotentQuotient(G,7);;
#I  Class InvLpGroup 13 generators with relative orders: [ 200 ]
#I  Class InvLpGroup 22 generators with relative orders: [ 20 ]
#I  Class InvLpGroup 34 generators with relative orders: [ 2200 ]
#I  Class InvLpGroup 46 generators with relative orders: [ 222000 
 ]
#I  Class InvLpGroup 511 generators
#I  Class InvLpGroup 616 generators
#I  Class InvLpGroup 729 generators
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> AbelianInvariants( lcs[i]/lcs[i+1] ) );
[ [ 02 ], [ 2 ], [ 2 ], [ 2 ], [ 2 ], [ 2 ], [ 2 ] ]

gap> G:=ExamplesOfLPresentations(4);
#I  The Brunner-Sidki-Vieira group
<invariant LpGroup of size infinity on the generators [ a, b ]>
gap> H:=NilpotentQuotient(G,15);;
#I  Class 12 generators with relative orders: [ 00 ]
#I  Class 21 generators with relative orders: [ 0 ]
#I  Class 31 generators with relative orders: [ 8 ]
#I  Class 41 generators with relative orders: [ 8 ]
#I  Class 52 generators with relative orders: [ 48 ]
#I  Class 62 generators with relative orders: [ 28 ]
#I  Class 73 generators with relative orders: [ 228 ]
#I  Class 83 generators with relative orders: [ 228 ]
#I  Class 94 generators with relative orders: [ 4228 ]
#I  Class 104 generators with relative orders: [ 4228 ]
#I  Class 114 generators with relative orders: [ 2228 ]
#I  Class 124 generators with relative orders: [ 2228 ]
#I  Class 135 generators with relative orders: [ 22228 ]
#I  Class 145 generators with relative orders: [ 22228 ]
#I  Class 155 generators with relative orders: [ 22228 ]
gap> H:=NilpotentQuotient(G,15);;
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> AbelianInvariants( lcs[i]/lcs[i+1] ) );
[ [ 00 ], [ 0 ], [ 8 ], [ 8 ], [ 48 ], [ 28 ], [ 228 ],
  [ 228 ], [ 2248 ], [ 2248 ], [ 2228 ],
  [ 2228 ], [ 22228 ], [ 22228 ], [ 22228 ] ]

gap> G:=ExamplesOfLPresentations(5);
#I  The Grigorchuk supergroup
<invariant LpGroup of size infinity on the generators [ a, b, c, d ]>
gap> H:=NilpotentQuotient(G,15);;
#I  Class 14 generators with relative orders: [ 2222 ]
#I  Class 23 generators with relative orders: [ 222 ]
#I  Class 33 generators with relative orders: [ 222 ]
#I  Class 42 generators with relative orders: [ 22 ]
#I  Class 53 generators with relative orders: [ 222 ]
#I  Class 63 generators with relative orders: [ 222 ]
#I  Class 72 generators with relative orders: [ 22 ]
#I  Class 82 generators with relative orders: [ 22 ]
#I  Class 93 generators with relative orders: [ 222 ]
#I  Class 103 generators with relative orders: [ 222 ]
#I  Class 113 generators with relative orders: [ 222 ]
#I  Class 123 generators with relative orders: [ 222 ]
#I  Class 132 generators with relative orders: [ 22 ]
#I  Class 142 generators with relative orders: [ 22 ]
#I  Class 152 generators with relative orders: [ 22 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> RankPGroup( lcs[i]/lcs[i+1] ) );
433233223333222 ]

gap> G:=ExamplesOfLPresentations( 6 );
#I  The Fabrykowski-Gupta group
<invariant LpGroup of size infinity on the generators [ a, r ]>
gap> H:=NilpotentQuotient(G,20);;
#I  Class 12 generators with relative orders: [ 33 ]
#I  Class 21 generators with relative orders: [ 3 ]
#I  Class 32 generators with relative orders: [ 33 ]
#I  Class 41 generators with relative orders: [ 3 ]
#I  Class 52 generators with relative orders: [ 33 ]
#I  Class 62 generators with relative orders: [ 33 ]
#I  Class 72 generators with relative orders: [ 33 ]
#I  Class 81 generators with relative orders: [ 3 ]
#I  Class 91 generators with relative orders: [ 3 ]
#I  Class 101 generators with relative orders: [ 3 ]
#I  Class 112 generators with relative orders: [ 33 ]
#I  Class 122 generators with relative orders: [ 33 ]
#I  Class 132 generators with relative orders: [ 33 ]
#I  Class 142 generators with relative orders: [ 33 ]
#I  Class 152 generators with relative orders: [ 33 ]
#I  Class 162 generators with relative orders: [ 33 ]
#I  Class 172 generators with relative orders: [ 33 ]
#I  Class 182 generators with relative orders: [ 33 ]
#I  Class 192 generators with relative orders: [ 33 ]
#I  Class 201 generators with relative orders: [ 3 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> RankPGroup( lcs[i]/lcs[i+1] ) );
21212221112222222221 ]

gap> G:=ExamplesOfLPresentations( 7 );
#I  The Gupta-Sidki group
<LpGroup of size infinity on the generators [ a, t, u, v ]>
gap> H:=NilpotentQuotient(G,4);;
#I  Class InvLpGroup 14 generators with relative orders: [ 3333 ]
#I  Class InvLpGroup 26 generators with relative orders: [ 333333 
 ]
#I  Class InvLpGroup 318 generators
#I  Class InvLpGroup 442 generators
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> RankPGroup( lcs[i]/lcs[i+1] ) );
2121 ]

gap> G:=ExamplesOfLPresentations( 8 );
#I  An index-3 subgroup of the Gupta-Sidki group
<invariant LpGroup of size infinity on the generators [ t, u, v ]>
gap> H:=NilpotentQuotient(G,10);;
#I  Class 13 generators with relative orders: [ 333 ]
#I  Class 23 generators with relative orders: [ 333 ]
#I  Class 36 generators with relative orders: [ 333333 ]
#I  Class 43 generators with relative orders: [ 333 ]
#I  Class 56 generators with relative orders: [ 333333 ]
#I  Class 66 generators with relative orders: [ 333333 ]
#I  Class 76 generators with relative orders: [ 333333 ]
#I  Class 86 generators with relative orders: [ 333333 ]
#I  Class 93 generators with relative orders: [ 333 ]
#I  Class 106 generators with relative orders: [ 333333 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> RankPGroup( lcs[i]/lcs[i+1] ) );
3363666636 ]

gap> G:=ExamplesOfLPresentations( 9 );
#I  The Basilica group
<invariant LpGroup of size infinity on the generators [ a, b ]>
gap> H:=NilpotentQuotient(G,15);;
#I  Class 12 generators with relative orders: [ 00 ]
#I  Class 21 generators with relative orders: [ 0 ]
#I  Class 31 generators with relative orders: [ 4 ]
#I  Class 41 generators with relative orders: [ 4 ]
#I  Class 52 generators with relative orders: [ 44 ]
#I  Class 62 generators with relative orders: [ 24 ]
#I  Class 73 generators with relative orders: [ 224 ]
#I  Class 83 generators with relative orders: [ 224 ]
#I  Class 94 generators with relative orders: [ 2224 ]
#I  Class 105 generators with relative orders: [ 22224 ]
#I  Class 115 generators with relative orders: [ 22224 ]
#I  Class 124 generators with relative orders: [ 2224 ]
#I  Class 135 generators with relative orders: [ 22224 ]
#I  Class 145 generators with relative orders: [ 22224 ]
#I  Class 155 generators with relative orders: [ 22224 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> AbelianInvariants( lcs[i]/lcs[i+1] ));
[ [ 00 ], [ 0 ], [ 4 ], [ 4 ], [ 44 ], [ 24 ], [ 224 ],
  [ 224 ], [ 2224 ], [ 22224 ], [ 22224 ],
  [ 2224 ], [ 22224 ], [ 22224 ], [ 22224 ] ]

gap> G:=ExamplesOfLPresentations( 10 );
#I  Baumslag's group
<non-invariant LpGroup of size infinity on the generators [ a, b, t, u ]>
gap> H:=NilpotentQuotient(G,6);;
#I  Class InvLpGroup 13 generators with relative orders: [ 300 ]
#I  Class InvLpGroup 22 generators with relative orders: [ 30 ]
#I  Class InvLpGroup 33 generators with relative orders: [ 300 ]
#I  Class InvLpGroup 44 generators with relative orders: [ 3000 ]
#I  Class InvLpGroup 57 generators with relative orders:
3000000 ]
#I  Class InvLpGroup 610 generators with relative orders:
3000000000 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> AbelianInvariants( lcs[i]/lcs[i+1] ));
[ [ 03 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ] ]

gap> G:=ExamplesOfLPresentations( 10 );
#I  Baumslag's group
<non-invariant LpGroup of size infinity on the generators [ a, b, t, u ]>
gap> ResetFilterObj( G, IsInvariantLPresentation );
gap> SetIsInvariantLPresentation(G,true);
gap> H:=NilpotentQuotient(G,20);;
#I  Class 12 generators with relative orders: [ 30 ]
#I  Class 21 generators with relative orders: [ 3 ]
#I  Class 31 generators with relative orders: [ 3 ]
#I  Class 41 generators with relative orders: [ 3 ]
#I  Class 51 generators with relative orders: [ 3 ]
#I  Class 61 generators with relative orders: [ 3 ]
#I  Class 71 generators with relative orders: [ 3 ]
#I  Class 81 generators with relative orders: [ 3 ]
#I  Class 91 generators with relative orders: [ 3 ]
#I  Class 101 generators with relative orders: [ 3 ]
#I  Class 111 generators with relative orders: [ 3 ]
#I  Class 121 generators with relative orders: [ 3 ]
#I  Class 131 generators with relative orders: [ 3 ]
#I  Class 141 generators with relative orders: [ 3 ]
#I  Class 151 generators with relative orders: [ 3 ]
#I  Class 161 generators with relative orders: [ 3 ]
#I  Class 171 generators with relative orders: [ 3 ]
#I  Class 181 generators with relative orders: [ 3 ]
#I  Class 191 generators with relative orders: [ 3 ]
#I  Class 201 generators with relative orders: [ 3 ]
gap> lcs:=LowerCentralSeriesOfGroup(H);;
gap> List([1..Length(lcs)-1], i -> AbelianInvariants( lcs[i]/lcs[i+1] ));
[ [ 03 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ],
  [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ] ]

# reset the info level InfoLPRES
gap> SetInfoLevel(InfoLPRES,IL);
gap> STOP_TEST( "res.tst", 100000 );

[Dauer der Verarbeitung: 0.17 Sekunden, vorverarbeitet 2026-06-13]