Hi, I would like to write a symmetric polynomial (not function) in terms of one of the usual bases (like Schur polynomials).
For example, I would like to write sage: n=2 sage: P = PolynomialRing(QQ, 'x', n) sage: x=[P.gen(i) for i in range(n)] sage: f=sum((x[i] for i in range(n)), P.zero()) sage: f x0 + x1 f as a Schur polynomial in two variables. Is this possible in sage? Best, Anne -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
