Home Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Test





MULTIPLYING OF 2 DIMENSIONAL ARRAYS

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.

PROPERTIES OF 2 DIMENSIONAL ARRAYS MULTIPLYING