Matrix Multiplication Made Easy

(or How I Learned to Stop Worrying and Love the Matrix, part I)

For those of you charged with teaching a linear algebra course or still struggling to picture the complicated dance of mass arithmetic known as matrix multiplication, here’s a neat visualization tip:

Draw your matrices like this:

Noname

Once you’ve drawn them it should be immediately obvious how each entry in the new matrix gets filled: take the dot product of its row and column.

Mtx Mult

You immediately can visualize what size the new matrix will be:

Size

And whether multiplication will be impossible because the sizes are incompatible:

Incompatable

Once you’ve multiplied matrices this way by hand a few times, it will start to feel natural to picture them this way.  Then the next time you encounter matrix multiplication in an application or proof, even if no one’s asking you to compute the answer, you can lay matrices out this way in your mind’s eye to picture what exactly the multiplication does.

About Matthew Simonson

I am a second-year Network Science doctoral student at Northeastern University in Boston. I model homophily and time-varying dynamics on social networks.
This entry was posted in Advice, AMS, Math, Teaching, Uncategorized. Bookmark the permalink.

1 Response to Matrix Multiplication Made Easy

  1. Anthony says:

    In France at least, this is the way we learn how to multiply matrices.

Comments are closed.