This the question.
Given. A = [1 -1
2 -2
3 -3]
And matrix B = [1
0
2]
what is the product A.B?
Ok I'm confused because the number of rows in A is 2 and number Of columns in B is 3. So the sizes of matrices do not match up. So I cannot answer the question, am I right?