Let A and B be the following matrices:
$A = \begin{bmatrix} 3 & -4 & -3 \\ 0 & 2 & -4 \\ -1 & 4 & 0 \end{bmatrix}$,
$B = \begin{bmatrix} -3 & 1 & -3 \\ -2 & -1 & -1 \\ 3 & 2 & 1 \end{bmatrix}$
Perform the following operations:
$AB = \begin{bmatrix} -10 & 1 & -8 \\ -16 & -10 & -6 \\ -5 & -5 & -1 \end{bmatrix}$
$BA = \begin{bmatrix} & & \\ & & \\ & & \end{bmatrix}$