21.4k views
2 votes
Given this general matrix multiplicaiton problem, explain how you would know where to place the answer in matrix [C] that corresponds to the work you did with row vector 2 from Matrix [A] and column vector 1 from matrix [B].

User Dougie
by
7.2k points

1 Answer

2 votes

Answer:

the row and column descriptors identify the row, column of the sum of products.

Explanation:

The position of the product is at the same row and column as the row vector and column vector you're working on.

The work you did with row vector 2 from Matrix [A] and column vector 1 from matrix [B] will show up in row 2, column 1 of matrix [C].

User ComputerUser
by
6.5k points