MTimes Function
Multiplication of matrices
Description
The Function \(MTimes\)multiplies two matrices.
Two matrices can be multiplied if the number of columns of the left matrix matches the number of rows of the right matrix.
The product of a matrix is calculated by multiplying the product sums of the pairs from the row vectors of the first matrix and the column vectors of the second matrix.
Syntax
MTimes (Matrix1, Matrix2)
Example