- Sep 10, 2004
- 10,507
- 0
- 0
***Solved*** I get it now... Thanks LordMorpheus! 
So one of the things I'm trying to understand right now is matrix multiplication...
So the problem is if AB is commutive (or AB = BA), then prove A^2 B^2 = (AB^2)
So what I am trying so far is using the associative law of multiplication which is
A(BC) = (AB)C
Starting off.
AB = BA
Multiplying both sides by A gives me
(AA)B = (BA)A
then multiplying both sides by B
B[(AA)B] = B[(BA)A)]
which becomes
AA * BB = BA * BA
= A^2B^2 = (AB)^2... <-- due to AB = BA.
Works as a proof? Or is it too short?
So one of the things I'm trying to understand right now is matrix multiplication...
So the problem is if AB is commutive (or AB = BA), then prove A^2 B^2 = (AB^2)
So what I am trying so far is using the associative law of multiplication which is
A(BC) = (AB)C
Starting off.
AB = BA
Multiplying both sides by A gives me
(AA)B = (BA)A
then multiplying both sides by B
B[(AA)B] = B[(BA)A)]
which becomes
AA * BB = BA * BA
= A^2B^2 = (AB)^2... <-- due to AB = BA.
Works as a proof? Or is it too short?