Understanding Matrix Multiplication Non-Commutativity

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
Hi PsychonautQQ! :wink:

In any algebra, you can use the distributive law.

So (A + B)(A + B) = AA + BB + AB + BA.

Sooo … ? :smile:
 
  • Like
Likes 1 person
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 A^2+ B^2+ AB+ AB= A^2+ B^2+ 2AB.
 
  • Like
Likes 1 person
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top