answered 4 years ago
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.