Let $w=e^{(-2\pi i/n)}$. Let $W$ be an $n \times n$ matrix defined by
$$ W = \begin{pmatrix} 1 & 1 & 1 & 1 & \cdots & 1 \\ 1 & w & w^2 & w^3 & \cdots & w^{n-1} \\ \vdots & & \ddots & & \cdots & \vdots \\ 1 & w^{n-1} & w^{2(n-1)} & w^{3(n-1)} & \cdots &w^{(n-1)(n-1)} \end{pmatrix} $$
or $W_{ij} = w^{(i-1)(j-1)}$.
Then let complex conjugate $W$ be the matrix of the above form with $w$ replaced by $w^{-1} = e^{(2\pi i/n)}$ everywhere.
Show that the complex conjugate of $W$ * $W$ = nI , where I is the identity matrix.
and there is a hint, which says use the geometric sum formula: $1 + r + r^2 + .... + r^{n-1} = \frac{1-r^n}{1-r}$, $r$ not equal to $1$.
Any help with this would be much appreciated, I am not really sure how to approach this problem. Thank you for your help with this in advance.
Hint: use the Vandermonde formula, plus the cofactors formula for the inverse of a matrix.