If A = [[−1, 2], [3, −4]] and B = [[1, −2], [−3, 4]], then A + B is a:
If A = [[−1, 2], [3, −4]] and B = [[1, −2], [−3, 4]], then A + B is a:
- A. Zero matrix
- B. Identity matrix
- C. Symmetric matrix
- D. Skew-symmetric matrix
Answer: A) Zero matrix
Explanation: A + B = [[−1+1, 2+(−2)], [3+(−3), −4+4]] = [[0, 0], [0, 0]], which is the zero matrix.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.