First time here? Check out the FAQ!
asked 2 years ago
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)?