First time here? Check out the FAQ!
answered 2024-09-21 13:13:41 +0100
Like this
sage: e = SymmetricFunctions(QQ).e() sage: x, y, z = polygens(QQ, 'x,y,z') sage: f=1+(x+y+z)**3 sage: e.from_polynomial(f) e[] + e[1, 1, 1]