Suppose I have a fifth degree polynomial: $f(x) = a_0 + a_1x + a_2x^2 + a_3x^3 + a_4x^4 + a_5x^5$ and that it does not factor nicely or have any nice roots.
Is there a way to approximate the inverse function $f^{-1}$? Whether by hand or by computer aid.
I know that one can use Newton's Method and approximate roots, but I don't think that helps the problem at hand.
I was not able to find any information on this after a lot of searching of google and stackexchange.