go to previous page   go to home page   go to next page

What row and column are used to calculate the element at row 3 column 2 C ?

Answer:

The 3rd row of A and the 2nd column of B


Another Way to Visualize

Visualizing Matrix Multiplication

Your computer graphics book might show a different way to do matrix-matrix multiplication. There are several ways to think about it, although the results are the same. The diagram shows another way to visualize the product AB = C.

Write A to the left and B above the result, C. Now draw horizontal lines and vertical lines to divide C into cells. This will automatically form the correct number of cells.

The number to put in each cell is the dot product of the row of A and column of B that intersect to for the cell.


QUESTION 5:

Calculate the value of: