Practice: Matrix Multiplication of 3x3 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 A=[331220112]A=\left[ \begin{array}{rrr} -3&3&1\\ -2&2&0\\ -1&1&2 \end{array} \right] and B=[213011003]B=\left[ \begin{array}{rrr} 2&-1&-3\\ 0&1&-1\\ 0&0&3 \end{array} \right]

Compute the products ABAB, BABA, and A2A^2
More Matrix Multiplication Questions: