Ask Your Question

Revision history [back]

click to hide/show revision 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.