Sunday, October 3, 2010

Multiplying Matrices

You can only multiply two matrices together if the number of columns in the first matrix are the same as the number of rows in the second matrix. 


You can then write your dimension statement.


2(rows) x [3(columns) times 3(rows)] x 4(columns). The number of columns and the number of rows are the same so that means you are able to multiply these two matrices. After multiplying the rows by the columns you then take the sum of the products.

No comments:

Post a Comment