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

Quelle  2017-09-29-PrimePGroup.tst   Sprache: unbekannt

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

# Issue related to PrimePGroup for a direct product of trivial groups
#
gap> G := DirectProduct(TrivialGroup(IsPcGroup), TrivialGroup(IsPcGroup));
<pc group of size 1 with 0 generators>
gap> PrimePGroup(G);
fail
gap> A := Group(Transformation([123]));;
gap> B := DirectProduct(A, A);;
gap> IsPGroup(B);
true
gap> HasDirectProductInfo(B);
true
gap> PrimePGroup(B);
fail

[zur Elbe Produktseite wechseln0.17QuellennavigatorsAnalyse erneut starten2026-06-06]