Possible Duplicate:
Given a matrix $A$ find a matrix $C$ such that $C^3$=$A$
I have stumbled upon the following question while studying for a test in linear algebra:
Find a matrix $X $ of $3 \times 3$ such that:
$X^3 = $ $ \left( \begin{array}{ccc} 0 & -1 & 1 \\ -1 & 0 & 1 \\ 0 & 0 & 1 \end{array} \right) $
I've never seen such questions before and I don't even know if I'm supposed to know how to solve it. Can anyone help me?