Consider the matrix:
$$A = \begin{pmatrix} 3 & -2 \\ 6 & -4 \\ \end{pmatrix}$$
I have to solve the equation:
$$X^3 = A$$
where $X \in M_2(\mathbb{R})$.
First, I tried using the notation:
$$X = \begin{pmatrix} a & b \\ c & d \\ \end{pmatrix}$$
where $a, b, c, d \in \mathbb{R}$. I raised $X$ to the third power and then equated it with $A$ hoping to get something nice. Surprise, surprise, I didn't.
Then I noticed that the determinant of $A$ is $0$ and since $X^3 = A$, that means that the determinant of $X$ is also $0$. So we have the relation:
$$ad = bc$$
in the matrix $X$. But I don't see how I could use this further or even if I should at all.
So how should I approach this exercise?
Hint $A$ has two eigenvalues $\lambda_1=0$ ($\because \det(A)=0$) and $\lambda_2=-1$ ($\because \text{tr}(A)=-4+3=-1 =\text{sum of eigenvalues}$).
So $A$ is diagonalizable, i.e. we can write $A=P\begin{bmatrix}0&0\\0&-1\end{bmatrix}P^{-1}=PDP^{-1}$.
Note that $\sqrt[3]{D}=D$ itself. So we can have $X=PDP^{-1}=A$.
Another way Observe that the characteristic polynomial of $A$ is $\lambda^2+\lambda=0$. Thus $A^2+A=0$. Which means $A^3=A$.