Previous | Next --- Slide 20 of 42
Back to Lecture Thumbnails
kayvonf

Take a look at the second form of the output of matrix multiplication on this slide. Does this form suggest a way to think about the matrix multiplication operation?

PandaX

Matrix-vector multiplication is basically the linear combination of each columns of the matrix. And this combination is determined by each component of the vector.