Question: Which of the following matrices is a diagonal matrix? (2023)
Options:
Correct Answer: [[1, 0], [0, 2]]
Exam Year: 2023
Solution:
A diagonal matrix is one where all off-diagonal elements are zero. The matrix [[1, 0], [0, 2]] is a diagonal matrix.