I'm having trouble with this question, I'd like someone to point me in the right direction.
let $A$ be a n by n matrix with real values. show that there is another n by n real matrix $B$ such that $B^3=A$, and that $B$ is symmetric. Are there more matrices like this $B$ or is it the only one?
What I was thinking:
I don't have a clear way to solve it. I think we need to use the fact that if a real matrix is symmetric, then it is normal, and so has an orthonormal basis of eigenvectors...Other then that I don't really know anything.
Note that $\forall \mathbf{M}\in\mathbb{R}^{n\times n}$ such that $\mathbf{M}$ is symmetric, we have $\mathbf{M}=\mathbf{P}\mathbf{\Lambda}\mathbf{P}^{-1}=\mathbf{P}\mathbf{\Lambda}\mathbf{P}^{T}$, for some orthogonal matrix $\mathbf{P}$.
Therefore we have $\mathbf{B}^{3}=\left(\mathbf{P}\mathbf{\Lambda}_{\mathbf{B}}\mathbf{P}^{T}\right)^{3}=\mathbf{P}\mathbf{\Lambda}_{\mathbf{B}}^{3}\mathbf{P}^{T}$, and $\mathbf{A}=\mathbf{P}\mathbf{\Lambda}_{\mathbf{A}}\mathbf{P}^{T}$, therefore we have $\mathbf{\Lambda}_{B}^{3}=\mathbf{\Lambda}_{\mathbf{A}}$, where $\mathbf{\Lambda}_{\mathbf{A}}=\operatorname{diag}(\lambda_{1},\dots,\lambda_{n})$ and $\lambda_{i}$ are the eigenvalues of $\mathbf{A}$.
Therefore we have:
$$\mathbf{B}=\mathbf{P}\operatorname{diag}(\sqrt[3]{\lambda_{1}},\dots,\sqrt[3]{\lambda_{n}})\mathbf{P}^{T}$$