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