Two matrices are multiplied by multiplying their corresponding elements.
False
Recall that we have discussed in the videos that matrix multiplication is not done by multiplying corresponding elements of two matrices, rather for[A]m×nand [B]n×p matrix AB will be a matrix of order m x p whose (i,j)th element is obtained by adding the products of corresponding elements of ith row of A and jth column of B.