Definition
It is called the product of multiplying the 2d arrays A, B the 2s array
Observation.The product of multiplying AB only makes sense if the number of columns of the 2d array A is equal with the number of columns of the 2d array B.