NxN matrix multiplication; 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
2 replies · 3K views
mathman44
Messages
204
Reaction score
0

Homework Statement


Explicitly show, using numbers, that in general NxN matrix multiplication is not commutative. Show this for all N > 1.


If I make a matrix A, 2x2,

1 2
3 4

and multiply by matrix B, also 2x2

5 6
7 8

I get AB =/=BA

If I multiply a new matrix A, 3x3,

1 2 3
4 5 6
7 8 9

by a new matrix B, 3x3,

10 11 12
13 14 15
16 17 18

I get AB=/=BA

Ok... but how do I show that this holds for ALL n > 1? I have to do this explicitly using real numbers.
 
Physics news on Phys.org
There is a simple way to make a smaller matrix into a larger matrix.
 
hi mathman44! :smile:
mathman44 said:
Ok... but how do I show that this holds for ALL n > 1? I have to do this explicitly using real numbers.

try defining a matrix that's nearly all zeros, and a few 1s or -1s :wink: