How do you multiply the matrices #((2, 1), (3, 0), (7, 4))# with #((2, 4), (5, 6))#?
1 Answer
Multiply rows from the first matrix by columns from the second matrix to get the row-column entry for the product.
Explanation:
Row 1 of A:
gives Row 1: Column 1 of C:
Row 1 of A:
gives Row 1: Column 2 of C:
Row 2 of A:
gives Row 1: Column 1 of C:
Continue on in this fashion to get:
As a memory aid think about looking at these problems:
through
i.e.