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