How can I write the functional inverse of a function in maple to be used in calculations?
e.g.,
diff(f^(-1)(x),x) = 1/f'(f^(-1)(x))
when I use f^-1(x) or f^(-1)(x) I get the multiplicative inverse rather than the compositional inverse.
I would like the general form for arbitrary or specified functions. If f is not defined above it should return the general form. I'd like to be able to compute symbolic deratives for functions containing inverses without having to specify a specific function.