Which matrix multiplication is possible?
o [o 3]-[1 -4
o
:I::
T:
11:40
30
미
1
4

Answer: D
Step-by-step explanation:
dim A=(a,b), dim B=(c,d), in order to multiply, c=b
1) dim A=(1,2) , dim B=(1,2) but 2≠1
2) dim A=(2,1) , dim B=(2,2) but 1≠2
3) dim A=(2,2) , dim B=(1,2) but 2≠1
4) dim A=(2,1) , dim B=(1,2) 1=1: result (2,2)