I have to solve for the $2\times 2$ matrix $X$ the following equation
$$X^3=\begin{pmatrix}19&30\\ -45&-71\end{pmatrix}$$
To be honest I have no idea how to start.
I know how to solve equations like $$A \cdot X=C => X=A^{-1} \cdot C$$
$$X \cdot B=C => X=C \cdot B^{-1}$$
$$A \cdot X \cdot B=C => X=A^{-1} \cdot C \cdot B^{-1}$$
but I don't know how I could apply it in here
I'm not providing here a method to provide the result directly, but I would decompose the resulting matrix into simple geometrical transformation : dilatation, rotation ..., then I would divide the dilatation coefficient by 3, the angle by 3 etc ...
That would be my approach.