Prove: for the matrix $ A=\pmatrix { \begin{matrix} -1 & 0 \\ 6 & 3 \end{matrix}}$ there doesn't exist a real matrix $X$ such that $e^X=A$.
What I tried: lets assume the existence of such matrix $X$. Diagonalizing $A$ gives $ J=\pmatrix { \begin{matrix} 3 & 0 \\ 0 & -1 \end{matrix}}$
That means for some $P$ we have $P^{-1}AP=J \; \Rightarrow \; P^{-1}e^XP=J$. Denoting $Y=P^{-1}XP\; $ we get $e^Y=P^{-1}e^XP \; \Rightarrow e^Y= \pmatrix { \begin{matrix} 3 & 0 \\ 0 & -1 \end{matrix}}$ where $Y$ is a real matrix.
I think I'm close to a condtradiction. I want to say that because $Y$ is real, $e^Y$ can't have negative eigenvalues. Is that correct? how can I show that?
Note that $\det A<0$. If $A=\exp Y $, then$$\det A=e^{\operatorname{tr}Y}>0.$$