Question: What is the trace of the matrix H = [[2, 0, 1], [0, 3, 0], [1, 0, 4]]? (2019)
Options:
Correct Answer: 7
Exam Year: 2019
Solution:
The trace of a matrix is the sum of its diagonal elements. Here, trace(H) = 2 + 3 + 4 = 9.