Skip to main contentSkip to solution

Which of the following statement are correct?

(A) A=[aij]n×nA = [a_{ij}]_{n \times n} is a diagonal matrix if aij=0a_{ij} = 0 when i=ji = j

(B) A square matrix A=[aij]A = [a_{ij}] is called a symmetric matrix if aij=ajia_{ij} = a_{ji} for all i,ji, j

(C) A square matrix A=[aij]A = [a_{ij}] is called a skew-symmetric matrix if aij=ajia_{ij} = -a_{ji} for all i,ji, j

(D) For every square matrix AA, there exist an identity matrix of the same order such that IA=AI=IIA = AI = I

Choose the correct answer from the options given below:

Solution

Correct Option: 4

Let's check each statement one by one


Statement (A): A=[aij]n×nA = [a_{ij}]_{n \times n} is a diagonal matrix if aij=0a_{ij} = 0 when i=ji = j

Incorrect

A diagonal matrix is one where all the off-diagonal elements are zero, i.e., aij=0a_{ij} = 0 when iji \neq j.

Statement (A) says aij=0a_{ij} = 0 when i=ji = j, which means the diagonal elements themselves are zero. That's the opposite of the definition!

For example, [3005]\begin{bmatrix} 3 & 0 \\ 0 & 5 \end{bmatrix} is a diagonal matrix — the non-zero elements are on the diagonal (i=ji = j), and zeros are off the diagonal (iji \neq j).


Statement (B): A square matrix A=[aij]A = [a_{ij}] is called a symmetric matrix if aij=ajia_{ij} = a_{ji} for all i,ji, j

Correct

This is the exact definition of a symmetric matrix. It means A=ATA = A^T.

For example, [1223]\begin{bmatrix} 1 & 2 \\ 2 & 3 \end{bmatrix} — here a12=a21=2a_{12} = a_{21} = 2. ✔️


Statement (C): A square matrix A=[aij]A = [a_{ij}] is called a skew-symmetric matrix if aij=ajia_{ij} = -a_{ji} for all i,ji, j

Correct

This is the exact definition of a skew-symmetric matrix. It means A=ATA = -A^T.

When i=ji = j:

aii=aiia_{ii} = -a_{ii}

2aii=02a_{ii} = 0

aii=0a_{ii} = 0

So all diagonal elements of a skew-symmetric matrix must be zero.

For example, [0220]\begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix} ✔️


Statement (D): For every square matrix AA, there exists an identity matrix of the same order such that IA=AI=IIA = AI = I

Incorrect

The correct property of the identity matrix is:

IA=AI=AIA = AI = A (not II)

The identity matrix leaves AA unchanged when multiplied. The statement claims IA=AI=IIA = AI = I, which would mean every square matrix equals II — clearly wrong.

For example, let A=[2003]A = \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix} and I=[1001]I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

IA=[2003]=AIIA = \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix} = A \neq I


Statements (B)(B) and (C)(C) are correct.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question