I am aware of two obvious examples of matrices which are their own square:
- $I_n$
- 0 matrix
Are there any other matrices such that $A^2$ = $A$?
My original line of reasoning was to multiply each side by $A^{-1}$ to get the result:
$A^{-1}A^2 = A^{-1}A$
$A = I$
However, this is clearly wrong because the 0 matrix satisfies the conditions and is not an identity matrix.
\begin{eqnarray*} A= \begin{bmatrix} \frac{1 \pm \sqrt{1-4bc}}{2} & b \\ c & \frac{1 \mp \sqrt{1-4bc}}{2} \\ \end{bmatrix} . \end{eqnarray*}