Given $A,B$ square matrices of order $n$ greater or equal to $2$ , $AB = I + B$ : Prove $AB=BA$.
what I am trying to do is :
$AB = I+B \implies AB-B=I \implies (A-I)B = I$
but then I got stuck XD any ideas?
Given $A,B$ square matrices of order $n$ greater or equal to $2$ , $AB = I + B$ : Prove $AB=BA$.
what I am trying to do is :
$AB = I+B \implies AB-B=I \implies (A-I)B = I$
but then I got stuck XD any ideas?
$AB=I+B$
$AB-B=I$
$(A-I)B=I$
So $(A-I)$ and $B$ are inverse of each other
$\implies B(A-I)=I$
$\implies(A-I)B=B(A-I)$
$\implies AB-B=BA-B$
So, $AB=BA$