I am using InverseFunction command and when I get the result (that is correct) I obtain a string like that:
Function[K$57068,
ConditionalExpression[
Root[256. Re[K$57068]^2 - 576. #1 + 432. #1^2 - 108. #1^3 +
9. #1^4 &, 1], 0 < Re[K$57068] <= 0.974279 && Im[K$57068] == 0]]
Now I want to get the polinomial function without all the other information (like ConditionalExpression, Root, Re, ....) so that I may use it, for example, as a boundary condition for solving some differential Equations. Somebody knows some commands to get the clean function (like: ax^4+bx^3+cx^2+dx+e)? I have tried a lot commands but without success.
I thank you in advance,
Antonio