What matrix A with dimension n x n is always true given A - A^2 = O where O is the zero matrix with dimension n x n and I with dimension n x n is the identity matrix.
A) A is a diagonal matrix
B) A = A^2
C) A = I
D) A = O
E) I = A^2
Just got out of an exam with this question and I chose B. I thought about this question for a little bit longer after I handed in my exam and I came to the conclusion that A = I.
A - A^2 = O
A = A^2
AA^-1 = (A^-1)(A^2)
I = A
Can someone confirm if this is right?
It seems to me that the other answers have misinterpreted the question. My understanding is that the question asks:
The only correct answer to this question is B. Certainly, if $A = A^2$, then we can say that $$ A = (A - A^2) + A^2 = 0 + A^2 = A^2 $$ As a counterexample to all of the other choices, consider the matrix $$ A = \pmatrix{1&1\\0&0} $$