Properties

Matrix Multiplication

Way 1 (Column Way)

We have already seen how to do matrix vector multiplication . we can use the same idea to multiply 2 matrix . We can decompose any of the matrix into column vectors and do matrix vector multiplication to each of them and concatenate them

Way 2 (Row Column Way)

Properties of Matrix Multiplication