Understanding Matrix Multiplication Non-Commutativity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
PsychonautQQ
Messages
781
Reaction score
10

Homework Statement


This isn't homework, but I didn't know where else to ask and I have a test in an hour and a half. The study guide says be able to explain why statements like (A+B)^2 = A^2 + 2AB + B^2 are bogus when dealing with matrix's. Is it because (A+B) = (B+A) but (A+B)^2 /= (B+A)^2 or something? Thx in advance


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
well in matrix multiplaction, AB /= BA.. so in that regard it differs from normal algebra. My study guide says "Be able to explain why statements like (A+B)^2 = A^2 + 2AB + B^2 are nonsense.. and you are saying it's not nonsense? O_o
conflicted ;-/
 
The crucial point is that matrix multiplication is NOT commutative. That is, in general, AB is NOT equal to BA so in tiny-tim's calculation, (A+ B)(A+ B)= AA+ BB+ AB+ BA is NOT equal to [tex]A^2+ B^2+ AB+ AB= A^2+ B^2+ 2AB[/tex].
 
  • Like
Likes   Reactions: 1 person