17.1k views
5 votes
If matrix A has dimensions 3 x 2 and matrix B has dimensions 3 x 2, can matrix A and matrix B be multiplied?

User Horsing
by
6.4k points

2 Answers

4 votes
Matrix A has 3 rows, 2 columns
Matrix B has 3 rows, 2 columns

The number of columns in matrix A (which is 2) does not match up with the number of rows in matrix B (which is 3).

So the matrix multiplication A*B is undefined. We cannot multiply the matrices.
User Dmt
by
6.8k points
4 votes

Answer:

we can not multiply matrix A and B.

Explanation:

We have been given that

dimension of matrix A = 3 x 2

dimension of matrix B = 3 x 2

Rule of multiplying two matrices:

Two matrix can be multiplied if the column of first matrix is equal to the row of second matrix.

column of first matrix = row of second matrix

Here, we have

Column of first matrix A = 2

Row of second matrix b = 3

Since,, column of matrix A ≠ Row of matrix B

Hence, we can not multiply matrix A and B.

User Lanceomagnifico
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.