If A = [[2, -1, 3], [4, 5, -2], [1, 0, -6]], what is the trace of matrix A?
If A = [[2, -1, 3], [4, 5, -2], [1, 0, -6]], what is the trace of matrix A?
- A. 1
- B. -1
- C. 7
- D. 0
Answer: A) 1
Explanation: The trace is the sum of the principal diagonal elements: 2 + 5 + (−6) = 1.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.