How do you multiply #((1, 2), (3, 4))# and #((a, b))#?
1 Answer
Feb 27, 2016
You cannot multiply the first times the second but you can multiply the second times the first.
Explanation:
To be able to execute the multiplication between two matrices you need the number of columns of the first to be equal to the number of rows of the second: