Question: Which of the following is an identity matrix? (2019)
Options:
Correct Answer: [[1, 0], [0, 1]]
Exam Year: 2019
Solution:
An identity matrix is a square matrix with ones on the diagonal and zeros elsewhere. The matrix [[1, 0], [0, 1]] fits this definition.