Four possible perspectives(ways) to produce matrix multiplications(which give the same result): Ordered Collection of Dot Products (result matrix is built elementwise): Left matrix is rows, right matrix is columns. Each element is the dot product of a corresponding row from the left matrix and the column from the right matrix.Continue Reading

Rank is a single non-negative integer number that represents the number of dimensions of information in the matrix, and is a property of the whole matrix not specifically columns or rows. The dimensions of information is the number of linear independent rows or columns in the matrix. The maximum rankContinue Reading