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

Quelle  access.tst   Sprache: unbekannt

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

gap> START_TEST("access");
gap> LoadPackage ("irredsol", "", false);
true
gap> SetInfoLevel (InfoIrredsol, 0);
gap> UnloadAbsolutelyIrreducibleSolvableGroupData ();
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3));;
gap> SortedList (List (all, Size));
4888162448 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsAbsolutelyIrreducibleMatrixGroup, true);;
gap> SortedList (List (all, Size)) ;
88162448 ]
gap> List (all, IsAbsolutelyIrreducible);
[ true, true, true, true, true ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsAbsolutelyIrreducibleMatrixGroup, false);;
gap> SortedList (List (all, Size)) ;
48 ]
gap> List (all, IsAbsolutelyIrreducible);
[ false, false ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup, true);;
gap> List (all, Size);
48 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup, false);;
gap> SortedList (List (all, Size)) ;
48881624 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsAbsolutelyIrreducibleMatrixGroup, true, IsPrimitive, true);;
gap> SortedList (List (all, Size)) ;
8162448 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsAbsolutelyIrreducibleMatrixGroup, true, IsPrimitive, false);;
gap> SortedList (List (all, Size)) ;
8 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsPrimitive, true);;
gap> SortedList (List (all, Size)) ;
88162448 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), IsPrimitive, false);;
gap> SortedList (List (all, Size)) ;
48 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), MinimalBlockDimension, [1]);;
gap> SortedList (List (all, Size)) ;
48 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), MinimalBlockDimension, [2]);;
gap> SortedList (List (all, Size)) ;
88162448 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 2, Field, GF(3), MinimalBlockDimension, [2], IsAbsolutelyIrreducibleMatrixGroup, true);;
gap> SortedList (List (all, Size)) ;
8162448 ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 4, Field , GF(3), IsPrimitiveMatrixGroup, true);;
gap> Collected (List (all, Size)) ;
[ [ 51 ], [ 102 ], [ 204 ], [ 405 ], [ 805 ], [ 964 ], 
  [ 1604 ], [ 1926 ], [ 2881 ], [ 3202 ], [ 3841 ], [ 5763 ], 
  [ 6401 ], [ 11523 ], [ 23041 ] ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 4, Field , GF(3), IsPrimitiveMatrixGroup, false);;
gap> Collected (List (all, Size)) ;
[ [ 165 ], [ 3212 ], [ 482 ], [ 6412 ], [ 965 ], [ 12810 ], 
  [ 1924 ], [ 2566 ], [ 3843 ], [ 5121 ], [ 7681 ], [ 11521 ], 
  [ 23042 ], [ 46081 ] ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 4, Field , GF(3), MinimalBlockDimension, 2);;
gap> Collected (List (all, Size)) ;
[ [ 162 ], [ 327 ], [ 482 ], [ 648 ], [ 964 ], [ 1289 ], 
  [ 1921 ], [ 2566 ], [ 3842 ], [ 5121 ], [ 7681 ], [ 11521 ], 
  [ 23042 ], [ 46081 ] ]
gap> all := AllIrreducibleSolvableMatrixGroups (Degree, 4, Field , GF(3), MinimalBlockDimension, 1);;
gap> Collected (List (all, Size)) ;
[ [ 163 ], [ 325 ], [ 644 ], [ 961 ], [ 1281 ], [ 1923 ], 
  [ 3841 ] ]
gap> STOP_TEST("access", 2200000);

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