imo class 12 matrices

If A = [[x, 0], [0, y]] and B = [[a, 0], [0, b]], then AB is equal to:

VAVidaara Admin Asked 6d ago 0 views 0 answers

If A = [[x, 0], [0, y]] and B = [[a, 0], [0, b]], then AB is equal to:

  • A. [[xa, 0], [0, yb]]
  • B. [[x+a, 0], [0, y+b]]
  • C. [[x, a], [y, b]]
  • D. [[a, x], [b, y]]

Answer: A) [[xa, 0], [0, yb]]

Explanation: For diagonal matrices, multiplication is element-wise on the diagonal: AB = [[x×a, 0], [0, y×b]] = [[xa, 0], [0, yb]].

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