First time here? Check out the FAQ!
answered 2022-06-29 21:23:42 +0100
There might be room for improvement there.
Here are two possibilities to work around this limitation.
sage: f2 = S(eval('y + a')) sage: f2 = eval('S(y + a)')