Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/irredsol/doc/   (GAP Algebra Version 4.15.1©)  Datei vom 16.10.2022 mit Größe 1 kB image not shown  

Quelle  manual.example-2.tst   Sprache: unbekannt

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

gap> IndicesIrreducibleSolubleMatrixGroups(622);
12345678101112 ]
gap> inds := IndicesMaximalAbsolutelyIrreducibleSolubleMatrixGroups(2,3);
2 ]
gap> IrreducibleSolubleMatrixGroup(2,3,1,2) = GL(2,3); # it is the whole GL
true
# get just those groups with trace field GF(9)
gap> l := AllIrreducibleSolubleMatrixGroups(Degree, 1, Field, GF(9));;
gap> List(l, Order);
48 ]

# get all irreducible subgroups
gap> l := AllIrreducibleSolubleMatrixGroups(Degree, 1, Field, Subfields(GF(9)));;
gap> List(l, Order);
1248 ]

# get only maximal absolutely irreducible ones
gap> l := AllIrreducibleSolubleMatrixGroups(Degree, 4, Field, GF(3),
>             IsMaximalAbsolutelyIrreducibleSolubleMatrixGroup, true);;
gap> SortedList(List(l, Order));
32064023044608 ]

# get only absolutely irreducible groups
gap> l := AllIrreducibleSolubleMatrixGroups(Degree, 4, Field, GF(3),
> IsAbsolutelyIrreducibleMatrixGroup, true);;
gap> Collected(List(l, Order));
[ [ 201 ], [ 327 ], [ 402 ], [ 6410 ], [ 802 ], [ 966 ],
  [ 1289 ], [ 1603 ], [ 1929 ], [ 2566 ], [ 2881 ], [ 3202 ],
  [ 3844 ], [ 5121 ], [ 5763 ], [ 6401 ], [ 7681 ], [ 11524 ],
  [ 23043 ], [ 46081 ] ]

[Dauer der Verarbeitung: 0.21 Sekunden, vorverarbeitet 2026-06-15]