Consider the two matrix multiplication problems
[[0,1],[0,0]][[0,0],[1,0]]
[[0,0],[1,0]][[0,1],[0,0]]
A) The answer to #1 is [[1,0],[0,0]] and the answer to #2 is [[1,0],[0,0]]
B) The answer to #1 is [[1,0],[0,0]] and the answer to #2 is [[0,0],[0,1]] : The answer to #1 is [[0,0],[0,1]] and the answer to #2 is [[1,0],[0,0]]
D) The answer to #1 is [[0,0],[0,1]] and the answer to #2 is [[0,0],[0,1]]
Consider the two matrix multiplication problems [01][00] 0 1 2.
1 0 A) The answer to#1 is and the answer to#2 is 0 To 0] B) The answer to#1 is and the answer to#2 is L0 1] 0 0T [1 0] C The answer to#1 is and the answer to#2 is 0 1 0 0] T0 0 T0 D The answer to #1 is and the answer to#2 is 0 1
21/53