How many iterating statements are involved in the naïve method of matrix multiplication?

How many iterating statements are involved in the naïve method of matrix multiplication? Correct Answer 3

In the naïve method of matrix multiplication the number of iterating statements involved are 3, because of the presence of rows and columns in a matrix. The element in each row of the first matrix is multiplied with each element in the column of the second matrix.

Related Questions