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)?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.