| 1 | initial version |
Like this
P = posets.PentagonPoset()
SF = SymmetricFunctions(QQ)
s = SF.s()
I = P.incidence_algebra(s)
s([2,1])*I[1,1]
This is because SF.s() is another parent.
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.