My question is similar to Get rid of imaginary parametric eigenvalues of a Hermitian matrix
However I find it puzzling that the situations is so complicated, since in my case I discuss only a $3\times3$ matrix:
$$m=\begin{pmatrix} 0 & 0 & 1 \\ 0 & U & \eta \\ 1 & \eta & U \\ \end{pmatrix}$$
with real values for $U$ and $\eta$.
Calling Eigenvalues[m] returns Root objects, and forcing Cubics -> True returns a readable result.
What annoys me is apparently Mathematica is unable get rid of the imaginary part by simplification.
My question is:
In my rather simple case is there a way to force Mathematica to get rid of the imaginary part? Even if the resulting expression wouldn't be as short?
Trying for instance e + Conjugate[e] where e is one of values, as well as putting it within FullSimplify didn't help.
(Full)Simplify? – Lukas Jul 03 '17 at 08:51