array1,array2!Returns the matrix product of two arrays, an array with the same number of rows as array1 and columns as array2!is ...

!array1,array2!!Returns the matrix product of two arrays, an array with the same number of rows as array1 and columns as array2!is the first array of numbers to multiply and must have the same number of columns as Array2 has rows!