Question
Add the matrices [[1, 2], [3, 4]] and [[4, 3], [2, 1]].
Select an option. Your answer will be checked instantly.
Correct Answer: D. [[5, 5], [5, 5]]
Explanation:
Matrix addition is performed entry by entry.
Each corresponding pair sums to 5.
Leave a Reply