If A = [[1, 2], [3, 4]] and B = [[−1, 0], [2, −3]], then the trace of A + B is:
If A = [[1, 2], [3, 4]] and B = [[−1, 0], [2, −3]], then the trace of A + B is:
- A. 1
- B. 5
- C. 8
- D. −1
Answer: A) 1
Explanation: Trace(A + B) = Trace(A) + Trace(B). Trace(A) = 1+4 = 5. Trace(B) = −1 + (−3) = −4. Trace(A+B) = 5 + (−4) = 1.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.