imo class 12 matrices

If a matrix M = [[1, 2], [2, 1]] and N is a matrix such that M + N is a zero matrix, then N is:

VAVidaara Admin Asked 6d ago 0 views 0 answers

If a matrix M = [[1, 2], [2, 1]] and N is a matrix such that M + N is a zero matrix, then N is:

  • A. [[−1, −2], [−2, −1]]
  • B. [[1, 2], [2, 1]]
  • C. [[0, 0], [0, 0]]
  • D. [[−1, 2], [2, −1]]

Answer: A) [[−1, −2], [−2, −1]]

Explanation: M + N = 0 implies N = −M = [[−1, −2], [−2, −1]].

0 Answers

Log in to post your own answer or join the discussion.

Discussion (0)

No comments yet — start the discussion.

← Back to all questions