How do you multiply #((4, 7, 2), (3, 5, 9))# with #((2, 11), (1, 8), (10, 12))#?
1 Answer
Feb 18, 2016
I found:
Explanation:
You need to multiply each element of the rows of the first matrix times the elements of the columns of the second and add the results: