Multiply each row in the first matrix by each column in the second matrix .
Simplify each element of the matrix by multiplying out all the expressions.
is in the most simplified form.
Multiply the Matrices [[0,0,1],[1,0,0],[0,1,0]][[0,0,1],[0,1,0],[1,0,0]]