Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/semigroups/gap/main/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 20 kB image not shown  

Quelle  BlockDiagonalBasis.tst   Sprache: unbekannt

 
gap> G := SmallGroup(78, 5);;
gap> irreps := IrreducibleRepresentations(G);;
gap> rho := DirectSumOfRepresentations([irreps[2], irreps[3]]);;
gap> # it's already block diagonal so should be standard
gap> BlockDiagonalBasisOfRepresentation(rho);
[ [ 1, 0, 0 ], [ 0, 1, 0 ], [ 0, 0, 1 ] ]
gap> # it's hard to test this because there are many choices for this usually

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]