Matrices (Pt. 3): MM Properties

As the matrix multiplication is that important, it is only fitting that there are 3 basic properties that govern this particular operation.

Matrix Multiplication Properties

Multiplication of matrices are not commutative.

This means that:

ABBAAB\neq BA

Hence, positioning while performing multiplication of matrices do matter

Similarly, as would've expected, the number of columns (n) at left matrix should be the same as the number of rows at right matrix (m)

More on the next page ⏭

Last updated