Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  TensorProductRepLists.tst   Sprache: unbekannt

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

gap> groups := List([2..4], SymmetricGroup);;
gap> replists := List(groups, IrreducibleRepresentations);;
gap> # check we get the right number (product) of irreps
gap> Length(TensorProductRepLists(replists[1], replists[2])) = Length(IrreducibleRepresentations(DirectProduct(groups[1], groups[2])));
true
gap> Length(TensorProductRepLists(replists[2], replists[3])) = Length(IrreducibleRepresentations(DirectProduct(groups[2], groups[3])));
true
gap> rep1 := GroupHomomorphismByFunction(groups[1], Group(IdentityMat(2)), g -> IdentityMat(2));;
gap> rep2 := GroupHomomorphismByFunction(groups[3], Group(IdentityMat(3)), g -> IdentityMat(3));;
gap> prod := TensorProductRepLists([rep1], [rep2]);
[ [ (1,2), (3,4,5,6), (3,4) ] ->
    [ [ [ 100000 ], [ 010000 ], [ 001000 ],
          [ 000100 ], [ 000010 ], [ 000001 ] ],
      [ [ 100000 ], [ 010000 ], [ 001000 ],
          [ 000100 ], [ 000010 ], [ 000001 ] ],
      [ [ 100000 ], [ 010000 ], [ 001000 ],
          [ 000100 ], [ 000010 ], [ 000001 ] ] ] ]
gap> Source(prod[1]) = DirectProduct(groups[1], groups[3]);
true
gap> Image(prod[1], (1,2)) = IdentityMat(6);
true

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-06-13]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=492969
#Domains=607362