Let
$$A =\begin{bmatrix} 1& 1& 1& 1& 1& 1& 1& 1\\ 1& 1& -1& -1& 1& -1& -1& 1\\ 1& -1& 1& -1& -1& 1& -1& 1\\ 1& -1& -1& 1& -1& -1& 1& 1\\ 1& 1& -1& -1& -1& 1& 1& -1\\ 1& -1& 1& -1& 1& -1& 1& -1\\ 1& -1& -1& 1& 1& 1& -1& -1\\ 1& 1& 1& 1& -1& -1& -1& -1 \end{bmatrix}$$
a) Find matrix equality on which you can conclude that column of matrix A make orthogonal vector system then find norm of that vectors. Find matrix equality on which you can conclude all eigenvalue then find their algebraic multiplicity.
b) From result of a) what you can say about rank of matrix A
c) Can you diagonalize this matrix? And what you can say about geometric multiplicity ?
I know matrix equality for eigenvalue,since $A=A^T$ then
$$AA^T=A^2=\begin{bmatrix} 8& 0& 0& 0& 0& 0& 0& 0\\ 0& 8& 0& 0& 0& 0& 0& 0\\ 0& 0& 8& 0& 0& 0& 0& 0\\ 0& 0& 0& 8& 0& 0& 0& 0\\ 0& 0& 0& 0& 8& 0& 0& 0\\ 0& 0& 0& 0& 0& 8& 0& 0\\ 0& 0& 0& 0& 0& 0& 8& 0\\ 0& 0& 0& 0& 0& 0& 0& 8 \end{bmatrix}$$
so spectrum of $A^2=\{8\}$, then spectrum of $A=\{-2\sqrt2,2\sqrt2\}$ and their algebraic multiplicity is 4 for $\lambda1$ and $\lambda2$. But I think that matrix multiplicity that column is orthogonal is that $AA^T=A^TA=8I$, and norm is $\|x_i\|=\sqrt8, i=1,\ldots,8$
b) $\operatorname{rank}(A)=8$
c) Yes I can diagonalize matrix since $A=A^T$ then if I use spectral theorem $A=Q\Lambda Q^T$ so geometric multiplicity is the same as algebraic multiplicity. What you say is this good?
(a) From $A^2=8I$ you can only conclude that the only possible eigenvalues of $A$ are $\pm\sqrt{8}$, but that doesn't tell you whether $\sqrt{8}$ or $-\sqrt{8}$ are really eigenvalues of $A$, not to mention their multiplicities. To determine their algebraic multiplicities, you may use the fact that $A$ has zero trace.
(b) Yes, you are correct.
(c) Yes, that's one way to do it. An alternative way is to note that the $x^2-8$, an annihilating polynomial of $A$, is a product of two distinct linear factors over $\mathbb R$.