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

Quelle  generic.tst   Sprache: unbekannt

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

#
# UnitriangularPcpGroup
#

#
gap> G:=UnitriangularPcpGroup(4,4);
fail
gap> G:=UnitriangularPcpGroup(0,2);
fail

#
gap> G:=UnitriangularPcpGroup(4,3);
Pcp-group with orders [ 333333 ]
gap> IsConfluent(Collector(G));
true
gap> hom:=GroupHomomorphismByImages( G, Group(G!.mats), Igs(G), G!.mats);;
gap> IsBijective(hom);
true

#
gap> G:=UnitriangularPcpGroup(5,0);
Pcp-group with orders [ 0000000000 ]
gap> IsConfluent(Collector(G));
true
gap> hom:=GroupHomomorphismByImages( G, Group(G!.mats), Igs(G), G!.mats);;

#
gap> IdGroup(BlowUpPcpPGroup(SmallGroup(2,1)));
21 ]
gap> IdGroup(BlowUpPcpPGroup(SmallGroup(4,1)));
82 ]
gap> IdGroup(BlowUpPcpPGroup(SmallGroup(4,2)));
85 ]
gap> List([1..5], i->IdGroup(BlowUpPcpPGroup(SmallGroup(8,i))));
[ [ 1281601 ], [ 1282319 ], [ 1282320 ], [ 1282321 ], [ 1282328 ] ]
gap> IdGroup(BlowUpPcpPGroup(SmallGroup(3,1)));
92 ]
gap> BlowUpPcpPGroup(SmallGroup(9,1));
Pcp-group with orders [ 33333333 ]
gap> BlowUpPcpPGroup(SmallGroup(9,2));
Pcp-group with orders [ 33333333 ]

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-06-23]