Sunday, February 18, 2018

matrices - Linear Algebra - Prove AB=BA



Let A and B be any n×n defined over the real numbers.



Assume that A2+AB+2I=0.




  • Prove AB=BA




My solution (Not full)



I didn't managed to get so far.



A(A+B)=2I



12(A(A+B)=I



Therefore A reversible and A+B reversible.




I don't know how to get on from this point, What could I conclude about A2+AB+2I=0?



Any ideas? Thanks.


Answer



From
A(A+B)=A2+AB=2I


we have that
A1=12(A+B)

then multiplying by 2A on the right and adding 2I gives
A2+BA+2I=0=A2+AB+2I

Cancelling common terms yields
BA=AB







Another Approach



Using this answer (involving more work than the previous answer), which says that
AB=IBA=I


we get

12A(A+B)=I12(A+B)A=I

Cancelling common terms gives AB=BA.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...