If $A$ is a square matrix, and $A=A^2$, then what would the possible values of $|A|$?
I've tried to calculate it through basic mathematics, however I feel it's not appropriate... $$A=A^2$$ $$A-A^2=0$$ $$A=0 \text { or } A=1$$ So $A$ will be a zero matrix or identity matrix. Hence $|A|$ will be $0$ & $1$ respectively.
But I doubt if we can perform such operations in case of matrices... Also, I feel there may be more possible solutions, rather than 0 or unity. Please Guide Accordingly.
I assume that $|A|$ is the determinant of the matrix $A$
If $A=A^2$ then what can you say about $|A|$ and $|A^2|$ ?
Also remember that for any two square matrices of the same size A and B we have : $|AB| = |A||B|$
Hope it helps