Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Individual terms in a sum

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)?