gjm comments on Stupid Questions September 2016 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (33)
Matrix multiplication
Could somebody explain to me, in a way I'd actually understand, how to (remember how to) go about multiplying a pair of matrixes? I've looked at Wikipedia, I've read linear algebra books up to where they supposedly explain matrixes, and I keep bouncing up against a mental wall where I can't seem to remember how to figure out how to get the answer.
1 The mental image I have, which may or may not be helpful to anyone else, is of a row of the LH matrix sliding over and rotating clockwise until it matches a column of the RH matrix.
2 If you don't mind working it out from scratch and have a more "algebraic" than "geometric" brain, the following considerations may help:
3 The product matrix is an array of inner products of rows from the LH factor and columns from the RH factor.
I make no guarantee that any of those will help, but if any of them seems to be heading in the right direction but not getting there I'm happy to try to adapt further...