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-3.tst   Sprache: unbekannt

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

gap> G := IrreducibleSolubleMatrixGroup(122352)^RandomInvertibleMat(12, GF(2));;
# <matrix group of size 2340 with 6 generators>
gap> IdIrreducibleSolubleMatrixGroup(G);
122352 ]
gap> G := IrreducibleSolubleMatrixGroup(6235) ^
>         RandomInvertibleMat(6, GF(4));
<matrix group of size 42 with 3 generators>
gap> r := RecognitionIrreducibleSolubleMatrixGroup(G, true, false);;
gap> r.id;
6235 ]
gap> G^r.mat = CallFuncList(IrreducibleSolubleMatrixGroup, r.id);
true
gap> IdIrreducibleSolubleMatrixGroupIndexMS(625);
6224 ]
gap> G := IrreducibleSolubleGroupMS(6,2,5);
<matrix group of size 27 with 2 generators>
gap> H := IrreducibleSolubleMatrixGroup(6224);
<matrix group of size 27 with 3 generators>
gap> G = H;
false
# groups in the libraries need not be the same
gap> r := RecognitionIrreducibleSolubleMatrixGroup(G, true, false);;
gap> G^r.mat = H;
true
gap> IndexMSIdIrreducibleSolubleMatrixGroup(6227);
6213 ]
gap> G := IrreducibleSolubleGroupMS(6,2,13);
<matrix group of size 63 with 3 generators>
gap> H := IrreducibleSolubleMatrixGroup(6227);
<matrix group of size 63 with 3 generators>
gap> G = H;
false
gap> r := RecognitionIrreducibleSolubleMatrixGroup(G, true, false);;
gap> G^r.mat = H;
true

[Dauer der Verarbeitung: 0.3 Sekunden, vorverarbeitet 2026-06-18]