How to Check whether two Matrices can be Multiplied together
YouTube Viewers YouTube Viewers
228K subscribers
5,758 views
0

 Published On Jun 24, 2021

When we do multiplication:

The number of columns of the 1st matrix must be equal the number of rows of the 2nd matrix.

And the result will have the same number of rows as the 1st matrix, and the same number of columns as the 2nd matrix.

show more

Share/Embed