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

Answer:

Probably you came up with the correct answer:

Matrix times column

Repeated Dot Products

The Matrix-column matrix product is done by forming the dot product of the column matrix with each row of the matrix.

Of course, the dimensions of each operand have to allow for this. It helps to flip the column matrix so that its elements align with the elements of the matrix:

Matrix times column

Here is another example, with the result not yet quite complete:

Matrix times column

QUESTION 8:

Mentally flip (transpose) the column matrix and compute the result.