First time here? Check out the FAQ!
answered 2020-05-29 02:09:26 +0100
It depends on how is f defined. By lack of concrete example, let me provide one:
f
sage: f(x) = x^2 sage: f(x^(-1)) x^(-2)