Question: Operator inverse fuction

How to achieve an operator to obtain the inverse of a function?

f:=x->2/(x^3+1);

Typing  f(x)^-1
Maple returns, (1/2)*x^3+1/2, which is not expected.
 
Thanks
HerClau

 

Please Wait...