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

Quelle  2023-06-05-CycloGroup.tst   Sprache: unbekannt

 
# Verify that creating a group of cyclotomics is not possible
#
gap> Group([1]);
#I  no groups of cyclotomics allowed because of incompatible ^
Error, usage: Group(<gen>,...), Group(<gens>), Group(<gens>,<id>)
gap> Group([1],1);
#I  no groups of cyclotomics allowed because of incompatible ^
Error, usage: Group(<gen>,...), Group(<gens>), Group(<gens>,<id>)
gap> Group([],1);
Error, no groups of cyclotomics allowed because of incompatible ^

#
gap> GroupByGenerators([1]);
Error, no groups of cyclotomics allowed because of incompatible ^
gap> GroupByGenerators([1],1);
Error, no groups of cyclotomics allowed because of incompatible ^
gap> GroupByGenerators([],1);
Error, no groups of cyclotomics allowed because of incompatible ^

#
gap> GroupWithGenerators([1]);
Error, no groups of cyclotomics allowed because of incompatible ^
gap> GroupWithGenerators([1],1);
Error, no groups of cyclotomics allowed because of incompatible ^
gap> GroupWithGenerators([],1);
Error, no groups of cyclotomics allowed because of incompatible ^

[ Dauer der Verarbeitung: 0.34 Sekunden  (vorverarbeitet)  ]