asked 89.3k views
1 vote
Which matrix multiplication is possible?

Which matrix multiplication is possible?-example-1

1 Answer

5 votes
ANSWER

The correct answer is D


Step-by-step explanation

We use the dimensions of a matrix to determine if the multiplication of any two given matrices is possible.

Option A

The dimensions are


(1* 2 \: ) * ( \: 1 *2)


The inner products are not the same, so the matrix multiplication is not possible.

Option B


(2 * 1) * (2 * 2)

The inner products are not the same so matrix multiplication is not possible.


Option C


(2 * 2) * (1 * 2)


The inner products are not the same so matrix multiplication is not possible.


Option D


(2 * 1) * (1 * 2)


The inner products are the same. Matrix multiplication is possible.

The resulting matrix will have dimension


(2 * 2)

The correct answer is D
answered
User A B Vijay Kumar
by
8.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.