3×3 Matrix Product

Returns the product of two 3x3 matrices

Returns the product of two 3×3 matrices.

There are 2 input arguments into the MMProd function.
– A = the first 3×3 matrix
– B = the second 3×3 matrix

The function returns a 3×3 matrix.