198k views
5 votes
Which of the answer choices has matrix multiplication defined?

Which of the answer choices has matrix multiplication defined?-example-1

1 Answer

4 votes

Answer:

AB

Explanation:

For the multiplication of two matrices to be defined then the number of columns of the first matrix must be equal to the number of rows of the second matrix. For example, 2*3 and 3*2 matrices can be multiplied since the number of columns of the first matrix must be equal to the number of rows of the second matrix.

Matrix A = 2*2

Matrix B = 2*3

Matrix C = 3*3

Matrix D = 1 * 3

From the matrices given, we can see that the matrices that can be multiplied together are AB and BC since the number of columns of the first matrix must be equal to the number of rows of the second matrix. Hence the correct option is AB

User Adz
by
3.3k points