Is Matrix Multiplication Commutative?

This means that P = (A-1)*C*B-1In summary, to find P in the equation APB = C, multiply both sides by the inverse of (A*B) and solve for P by multiplying on the left by A-1 and on the right by B-1.
  • #1
Peter G.
442
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
  • #2
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.
 

FAQ: Is Matrix Multiplication Commutative?

What is an inverse matrix?

An inverse matrix is a square matrix that, when multiplied by the original matrix, results in an identity matrix. In other words, it "undoes" the effects of the original matrix.

Why is finding the inverse matrix important?

Finding the inverse matrix is important because it allows us to solve systems of linear equations. It also has applications in areas such as engineering, physics, and economics.

How do you find the inverse matrix?

The inverse matrix can be found by using a specific formula or by using elementary row operations to transform the original matrix into an identity matrix.

Can every matrix have an inverse?

No, not every matrix has an inverse. A matrix must be square and have a non-zero determinant in order to have an inverse.

What happens if a matrix does not have an inverse?

If a matrix does not have an inverse, it is said to be singular or non-invertible. This means that the matrix cannot be used to solve systems of equations, and it may have dependent rows or columns.

Back
Top