Power series with coeffs in SymmetricFunctions() [closed]
The following gives an error:
sym = SymmetricFunctions(QQ)
R.<t> = PowerSeriesRing(sym)
saying that base_ring is not a commutative ring. I can check sym.categories(), and indeed it is not, but I think it should be. Is there an easy way to make this work?
Thanks!
Closed for the following reason
question is not relevant or outdated by
Max Alekseyev
close date 2022-07-12 18:59:11.135525
add a comment