Show that $$ \begin{vmatrix} 1 & \omega & \omega^2 \\ \omega & \omega^2 & 1 \\ \omega^2 & 1 & 0 \\ \end{vmatrix} =0 $$ Where $\omega$ is a complex cube root of unity.
I am not sure if I could get the proof right. I tried to refer some online, but so far I couldn't. Really appreciate any help by you.
Thanks
Edit: This was my attempt
$1(0-1)-\omega(0-\omega^2)+\omega^2(\omega-\omega^4)=0$
$0-1-0+\omega^3+\omega^3-\omega^2=0$
$-1+2\omega^3-\omega^2=0$
Since $\omega^3=1$
$-1+2-\omega^2=0$
$1-\omega^2=0$
$1=\omega^2$ >>> Obviously this is not true.
Assuming you want to show that the determinant of the matrix is $0$, we can just apply the Laplace expansion respect to the first row to get :
$$1 \cdot det \begin{pmatrix}\omega^{2} & 1 \\ 1 & 0\end{pmatrix} - \omega \cdot det\begin{pmatrix}\omega & 1 \\ \omega^{2} & 0\end{pmatrix} + \omega^{2}det \begin{pmatrix}\omega & \omega^{2} \\ \omega^{2} & 1\end{pmatrix}$$
Expanding the $2x2$ determinants we get
$$-1 + \omega^{3} + \omega^{2}(\omega - \omega^{4})$$
Since $\omega$ is a third root of unity has (as suggested in the comments) the following property $\omega^{3} = 1$
We do get further semplification noticing that if $\omega^{3}=1$, then $\omega^{4}=\omega$
In the end we just have $-1 +\omega^{3} + \omega^{2}(\omega-\omega) = -1 + 1 + 0 = 0 $