Is Matrix Multiplication Commutative?

  • Thread starter Thread starter Peter G.
  • Start date Start date
  • Tags Tags
    Inverse 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
1 replies · 2K views
Peter G.
Messages
439
Reaction score
0
Hi :smile:

I don't really know how to post a matrix here so I will try and make it as clear as possible.

Matrix A: 4 -1
2 3

Matrix B: 6 4
-5 -3

Matrix C: 1 2
3 4

We are given that APB = C and we are asked for P

What I did was I multiplied both sides by the inverse of (A*B), hence:

P = (A*B)-1 * C

I got a different answer than the book however, could anyone check?

My answer:
1.85 1.95
2.85 2.95

Book:

1.6 1.8
2.9 3.2

Thanks,
Peter G.
 
on Phys.org
Peter G. said:
Hi :smile:

I don't really know how to post a matrix here so I will try and make it as clear as possible.

Matrix A: 4 -1
2 3

Matrix B: 6 4
-5 -3

Matrix C: 1 2
3 4

We are given that APB = C and we are asked for P

What I did was I multiplied both sides by the inverse of (A*B), hence:

P = (A*B)-1 * C

I got a different answer than the book however, could anyone check?

My answer:
1.85 1.95
2.85 2.95

Book:

1.6 1.8
2.9 3.2

Thanks,
Peter G.
Hi Peter,

Matrix multiplication is not commutative!

Multiply on the left by A-1 and on the right by B-1.