Matrix Multiplication Properties for 2x2 Matrices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
nokia8650
Messages
216
Reaction score
0
Where A = a 2*2 matrix, is the following true:

(A^n)(A^m) = (A^m)(A^n)

Thanks in advance
 
Physics news on Phys.org
Take a guess. Tell us why it might be true.
 
Well I think it would be true, however I know that matrix multiplication is non-commutative so I wasnt sure.

Thanks
 
Matrix multiplication isn't commutative in general. But this is special. It IS associative. Both sides of that equation have n+m A's. They are just grouped differently.