G=WeylCharacterRing(['A',2])
G(1,0,0)*G(1,1,0)
returns
A2(1,1,1) + A2(2,1,0)
How can I get a list with the individual terms A2(1,1,1) and A2(2,1,0)?
1 | initial version |
G=WeylCharacterRing(['A',2])
G(1,0,0)*G(1,1,0)
returns
A2(1,1,1) + A2(2,1,0)
How can I get a list with the individual terms A2(1,1,1) and A2(2,1,0)?