First time here? Check out the FAQ!
answered 2022-02-13 16:24:38 +0100
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:
h
R.<h> = PowerSeriesRing(QQ) Sym = SymmetricFunctions(R)