Which $2\times 2$ matrices satisfy the equation $$\det e^A=e^{\det A}?$$
I know that $\det e^A=e^{\operatorname{trace}A}$ so assuming $A$ is real we get $$\operatorname{trace}A=\det A.$$ Then, $$\det(A-\lambda I)=\lambda^2-2\operatorname{trace}(A)\lambda+\det(A)=(\lambda-\det(A))^2$$ so the only eigenvalue is $$\lambda=\det(A)=\operatorname{trace}A.$$ Hence, $$\operatorname{trace}A=2\lambda=2\operatorname{trace}A\implies\operatorname{trace}A=\det A=0.$$ Write $$A=\begin{pmatrix}a&b\\c&-a\end{pmatrix}$$ so that $\operatorname{trace}A=0$ is already taken into account. Then, $$\det A=-a^2-bc=0$$ so $a^2=-bc$. Thus, $$A=\begin{pmatrix}\sqrt{-bc}&b\\c&-\sqrt{-bc}\end{pmatrix}$$ Is that the end of the solution?