matrix:times
matrix:times m1 m2 matrix:times m1 m2 ...
Reports a matrix, which is the result of multiplying the given matrices and scalars (using standard matrix multiplication – make sure your matrix dimensions match up.) Without parentheses, it takes two arguments. With parentheses it takes two or more. The arguments may either be numbers or matrices, but at least one must be a matrix.
Take me to the full Matrix Extension Dictionary