Matrix Multiplication Properties for 2x2 Matrices

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 · 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
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.