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)$?