If matrix multiplication $AB=A$, does it mean $B$ must be an identity matrix? If not, why? What conditions?
$A$ is not a zero matrix.
If matrix multiplication $AB=A$, does it mean $B$ must be an identity matrix? If not, why? What conditions?
$A$ is not a zero matrix.
On
Another example is to consider the case : A= B
=> $A^2$ = A , so if A is a projector (which is not the identity), you can find that B=A verify your equality, while B is not the identity
In fact, if you let C be the projection on Ker(A), and B= I+C
AB=A(I+C) = A +A*C =A . If A is not iversible, C is not 0, and B is not the identity.
$AB=A$ means $A(B-I)=0$ so the condition is precisely that the image of $B-I$ is contained in $\ker A$. Unless $A$ is injective, this does not force $B=I$.