Consider A = [[1, -2], [3, 0]], B = [[1, 1, 1], [2, -3, 4]], C = [[0, 1], [-5, 3]]
Compute the indicated operation, if possible. If the operation is undefined, explain why.
(a) A + 5C
(e) AC
(b) 2B - C
(f) AᵀC
(c) AB