Practice: Matrix Multiplication of different sized matrices

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.
Let M=[6103]M=\left[ \begin{array}{rrrr} 6&-1&0&3\end{array} \right] and N=[1301]N=\left[ \begin{array}{r} -1\\[0.5em] -3\\[0.5em] 0\\[0.5em] 1 \end{array} \right]

Compute the products MNMN and NMNM
More Matrix Multiplication Questions: