Are Commutative Matrices the Key to Solving These Matrix Equations?

  • Thread starter Thread starter Theofilius
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 4K views
Theofilius
Messages
86
Reaction score
0

Homework Statement



Proof that if two matrices A and B are commutative, BA=AB, then the equations:

a) [tex](A+B)^2 = A^2 + 2AB + B^2[/tex] ; b)[tex](A+B)^3=A^3+3A^2B+3AB^2+B^3[/tex]

are true.

Homework Equations





The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
I don't know what do you mean?
 
cristo said:
What do you get when you multiply out (A+B)(A+B), where A and B are matrices?

I get
[tex](A+B)(A+B)=A^2+AB+BA+B^2[/tex]
 
cristo said:
Good, now can you simplify this in the case that A and B commute?


[tex](A+B)^2=(A+B)(A+B)=A^2+AB+BA+B^2=A^2+2AB (or 2BA) + B^2[/tex]

like this?
 
[tex](A+B)^3=(A+B)(A+B)(A+B)=(A^2+2AB+B^2)(A+B)=A^3+A^2B+2A^2B+2AB^2+B^2A+B^3=A^3+A*AB+2A*AB+2<br /> <br /> AB*B+B*BA+B^3[/tex]
[tex]=A^3+3A^2B+3AB^2+B^3[/tex]

Something like this?
 
Last edited:
*Applause*

Huzza, well done!