Which of the following statement are correct? (A) $A = [a_{ij}]_{n×n}$ is a diagonal matrix if $a_{ij}=0$ when $i = j$ Choose the correct answer from the options given below: |
(A), (B) and (C) only (B), (C) and (D) only (A) and (C) only (B) and (C) only |
(B) and (C) only |
The correct answer is Option (4) → (B) and (C) only Check each statement: (A) A = [aij] is a diagonal matrix if aij = 0 when i = j. → Incorrect, because for a diagonal matrix, aij = 0 when i ≠ j. (B) A square matrix A = [aij] is called a symmetric matrix if aij = aji for all i, j. → Correct ✔ (C) A square matrix A = [aij] is called a skew-symmetric matrix if aij = −aji for all i, j. → Correct ✔ (D) For every square matrix A, there exist an identity matrix of the same order such that |A = A| = I. → Incorrect, because |A| denotes determinant; determinant cannot equal the identity matrix. Also, AA = I only if A is invertible. Correct statements: (B) and (C) |