multiplying 3x3 matrices code example
Example: how to multiply two matrices
When we do multiplication of matrices
The number of columns of the 1st matrix must equal the number
of rows of the 2nd matrix.
And the result will have the same number of rows as the 1st matrix,
and the same number of columns as the 2nd matrix.