imo class 12 matrices

Which of the following is a diagonal matrix?

VAVidaara Admin Asked 6d ago 0 views 0 answers

Which of the following is a diagonal matrix?

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

Answer: A) [[2, 0], [0, 3]]

Explanation: A diagonal matrix has non-zero entries only on the main diagonal. [[2, 0], [0, 3]] satisfies this. The zero matrix is also diagonal, but it is a special case. The option [[2, 0], [0, 3]] is clearly a diagonal matrix.

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