Question: What is the trace of a 2x2 matrix A = [[a, b], [c, d]]? (2022)
Options:
Correct Answer: a + d
Exam Year: 2022
Solution:
The trace of a matrix is the sum of its diagonal elements. For matrix A, the trace is a + d.