2
$\begingroup$

Given $BA = A$ and $AB = B$ and $A$ and $B$ are two square matrices, why does $BA +AB = A+B$ ?

Please explain.

ADDED:

The actual problem is it was given that,$BA = A$ and $AB = B$ hence find the value of $A^2 + B^2$.

I simply utilized the fact that if $BA = A$ and $AB = B$ then $A$ and $B$ are idempotent matrices, hence $A^2 + B^2 = A + B$ but the module solution is something more algebraic they break $A^2 + B^2$ and then performs usual substitution after that they showed the result but I don't understand how $BA +AB = A+B$.

  • 0
    @ George Lowther: Oh dam$n$,stupid me.2011-01-15

2 Answers 2

3

This isn't true in general. For example take $A$ as the zero matrix and $B$ as the identity matrix. Then the left hand side is just the zero matrix and the right hand side is the identity matrix, which are not the same.

  • 0
    Fixed.2011-01-15
3

This is not true, indeed consider the case when $A = 0 $ is the zero matrix and $B= Id$ is the identity, then LHS is the zero matrix but RHS is the identity.