I'd like to prove that this matrix is idempotent using a more algebraic proof for matrices with a similar definition to A, rather than deriving its eigenvalues or calculating $A^2$ .
$A=$ $\begin{bmatrix}0.5&0&-0.5\\0&1&0\\ -0.5&0&0.5\end{bmatrix}$
I know that A is symmetric (so $A'=A$) and positive semi-definite, so how could I use these properties to prove idempotency?
Since it is symmetric, it is diagonalisable. It's clear from $A$'s second column that $1$ is an eigenvalue and, since the third column is minus the first one, $\det A=0$, and therefore $0$ is an eigenvalue too. And $\operatorname{tr}A=2$. So, $1$ is, in fact, a double eigenvalue. Therefore, $A$ is similar to$$\begin{bmatrix}1&0&0\\0&1&0\\0&0&0\end{bmatrix},$$and so it is idempotent.