Need help with a Matrix problem

37 Views Asked by At

I need help finding an example of a matrix that is a nonzero, non-identity matrix A such that A^2 = A. and show that it is non-invertible.

Could someone please explain what this means?

Thanks.

1

There are 1 best solutions below

3
On BEST ANSWER

An example is $A=\pmatrix{1&0\\0&0}$.

If $A^2=A$ with invertible $A$ you get $A=A^2 A^{-1}=AA^{-1}=E$. Thus the identity matrix is the only invertible $A$ such that $A^2=A$.