I'm trying to ilustrate how matrix multiplication works with the following code:
\begin{align*} & \begin{pmatrix} 1 &2 \\ -1 &0 \end{pmatrix} \\ \begin{pmatrix} 3 & 2 \\ 1 &-2 \end{pmatrix} & \begin{pmatrix} ? & ? \\ ? & ? \end{pmatrix} \end{align*} With the following result:
I'd like to add some highlighting boxes like this:
I've seen some ways of doing boxes like these, but they don't seem to work properly within matrices (the & symbol for separating columns doesn't do its job when put within the boxes). Is there a way to do these that plays nicely with matrices? Also, is there a way to nicely align the top and bottom right matrices? Because right now they're aligned at the parenthesis, and it looks a bit odd.


