imo class 12 matrices

If A = [[0, 1], [1, 0]] and B = [[1, 0], [0, 1]], then (AB)' equals:

VAVidaara Admin Asked 6d ago 0 views 0 answers

If A = [[0, 1], [1, 0]] and B = [[1, 0], [0, 1]], then (AB)' equals:

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

Answer: A) [[0, 1], [1, 0]]

Explanation: AB = [[0×1+1×0, 0×0+1×1], [1×1+0×0, 1×0+0×1]] = [[0, 1], [1, 0]]. (AB)' = [[0, 1], [1, 0]] which equals AB itself. Note: (AB)' = B'A' = [[1, 0], [0, 1]] × [[0, 1], [1, 0]] = [[0, 1], [1, 0]].

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