Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I'd advise against using symbolic variables. Since you want power series in h, you can define a ring of them upfront and then symmetric functions over that ring:

R.<h> = PowerSeriesRing(QQ)
Sym = SymmetricFunctions(R)