Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/repsn/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.0.2024 mit Größe 504 B image not shown  

Quelle  manual.tst   Sprache: unbekannt

 
gap> START_TEST("manual.tst");

# one quick test, based on a manual example
gap> G := SymmetricGroup( 6 );;
gap> H := AlternatingGroup( 6 );;
gap> chi := Irr( H )[ 2 ];;
gap> rep := IrreducibleAffordingRepresentation( chi );;
gap> A := Image(rep);;
gap> IsIntegerMatrixGroup(A);
true
gap> DimensionOfMatrixGroup(A);
5

#
gap> sub := InducedSubgroupRepresentation( G, rep );;
gap> B := Image(sub);;
gap> IsIntegerMatrixGroup(B);
true
gap> DimensionOfMatrixGroup(B);
10

#
gap> STOP_TEST("manual.tst", 0);

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]