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