Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/testbugfix/   (GAP Algebra Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 618 B image not shown  

Quelle  2025-10-15-CompatiblePairs.tst   Sprache: unbekannt

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

# CompatiblePairs used to ignore the first optional argument in certain cases.
# In the example below, the last command used to produce the output
#  [ 96969696969696969696969696969696 ]
#
# Reported by Heiko Dietrich, together with a helpful analysis of the problem
# that made a fix quite easy.
gap> G:=AbelianGroup([3,3]);;
gap> M:=GModuleByMats([One(GL(1,3)),One(GL(1,3))],GF(3));;
gap> aut:=List(ConjugacyClassesSubgroups(AutomorphismGroup(G)),Representative);;
gap> SortedList(List(aut,A->Size(CompatiblePairs(A,G,M))));
24468812121216161624324896 ]

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