Is Matrix Multiplication Commutative?

  • Thread starter Thread starter Peter G.
  • Start date Start date
  • Tags Tags
    Inverse Matrices
Click For Summary
SUMMARY

Matrix multiplication is not commutative, as confirmed in the discussion. The user Peter G. attempted to solve for matrix P using the equation APB = C, where matrices A, B, and C were provided. Peter calculated P using the formula P = (A*B)-1 * C but arrived at different results compared to the book. The correct approach involves multiplying by the inverses of matrices A and B in the appropriate order.

PREREQUISITES
  • Understanding of matrix operations, specifically multiplication and inversion.
  • Familiarity with matrix notation and representation.
  • Knowledge of linear algebra concepts, particularly the properties of matrix multiplication.
  • Ability to compute matrix inverses and perform matrix multiplication.
NEXT STEPS
  • Study the properties of matrix multiplication, focusing on commutativity and associativity.
  • Learn how to compute the inverse of a 2x2 matrix.
  • Practice solving linear equations involving matrices using different methods.
  • Explore applications of matrix multiplication in various fields such as computer graphics and data science.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in computational applications that utilize matrix operations.

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.
 
Physics news 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.
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 25 ·
Replies
25
Views
2K
Replies
24
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 69 ·
3
Replies
69
Views
11K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
10
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K