Question: Which of the following matrices is a zero matrix? (2022)
Options:
Correct Answer: [[0, 0], [0, 0]]
Exam Year: 2022
Solution:
A zero matrix is one where all elements are zero. The matrix [[0, 0], [0, 0]] meets this criterion.