I have the following polynomial which has the following form:
$F_X \left ({x} \right)= Ax^2-Bx^4 + Cx^6$
Where $A$, $B$ and $C$ are real positive and non-zero. The roots are $\pm 161.634$, $\pm 125.993$ and $0$ . I am now in need of finding (or approximate) its inverse.
I have found this similar post from a couple of years ago where the Lagrange inversion method is recommended, but I do not think it can be applied to my situation. I found this nice paper where a method was outlined based on finding some coefficients of a pre-defined polynomial, but it yields poor results when far from zero.
This question is part of a problem that I am solving. Any help/guidance would be highly appreciated.