Live data from Hacker News

Matrix Multiplication

matrixmultiplication.xyz

1–10 of 135 posts

Re: Matrix Multiplication

#8
I think a cool way to visualize matrix multiplication would be to put three matrices MxN, NxK, MxK on the sides of a three-dimensional box MxNxK. Each cell of the matrix MxK would cast a "shadow" onto some row in the MxN matrix and some column in the NxK matrix, whose dot product would give the value of that cell.

Re: Matrix Multiplication

#9
Awesome. What about making it more clear that the "End" button will animate remaining steps? Before clicking it I thought it would have jumped to the last step.

Re: Matrix Multiplication

#10
This is nearly how I think of it, but for me I do one column of the second matrix at a time. I think it is clearer that way. This way makes it look like there is some kind of staircase thing going on which there isn't really.
Post reply on HN