I want to find the roots of $f(x)=x^5+(2-4n)x^4-10nx^3+(24n^2-16n-2)x^2+(20n^2-6n-1)x-16n^3+4n^2+4n$ with maple, but with
solve(f=0,x);
it give me
RootOf(_z^5+(2-4n)_z^4-10nx^3+(24n^2-16n-2)_z^2+(20n^2-6n-1)_z-16n^3+4n^2+4n)
is there any mathematical software to give me the exact roots of $f(x)$?
There is no general formula for the exact roots involving only radicals. In this question they explain how to do it with elliptic functions: How to solve fifth-degree equations by elliptic functions?
I don't know of any software that does this automatically.