Skip to main contentSkip to solution

Let A=[aij]A = [a_{ij}] be a square matrix, where aij={0,when i=j1,otherwisea_{ij} = \begin{cases} 0, & \text{when } i = j \\ 1, & \text{otherwise} \end{cases}. If |adj A| = |A|², then which of the following statements are correct?

(A) A is a skew symmetric matrix.

(B) A is a non-singular matrix.

(C) A is a square matrix of order 4.

(D) A is a symmetric matrix.

Choose the correct answer from the options given below:

Solution

Correct Option: 2

The matrix A has:

  • Diagonal elements (i=ji = j): aij=0a_{ij} = 0
  • All other elements (iji ≠ j): aij=1a_{ij} = 1

For order 2: A=[0110]A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}

For order 3: A=[011101110]A = \begin{bmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{bmatrix}

For order 4: A=[0111101111011110]A = \begin{bmatrix} 0 & 1 & 1 & 1 \\ 1 & 0 & 1 & 1 \\ 1 & 1 & 0 & 1 \\ 1 & 1 & 1 & 0 \end{bmatrix}


For an n×nn \times n matrix: adj(A)=An1|adj(A)| = |A|^{n-1}

Given condition: adj(A)=A2|adj(A)| = |A|^2

Therefore:

An1=A2|A|^{n-1} = |A|^2

n1=2n - 1 = 2

n=3n = 3

The matrix A is of order 3.


A matrix is skew-symmetric if AT=AA^T = -A

Since aij=ajia_{ij} = a_{ji} for all i,ji, j, we have AT=AA^T = A, not A-A

Statement (A) is false.


A matrix is non-singular if A0|A| ≠ 0

For the 3×33 \times 3 matrix: A=[011101110]A = \begin{bmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{bmatrix}

Expanding along row 1:

A=01(01)+1(10)|A| = 0 - 1(0-1) + 1(1-0)

A=1+1|A| = 1 + 1

A=2|A| = 2

Since A=20|A| = 2 ≠ 0, statement (B) is true.


From the given condition, n=3n = 3

Statement (C) is false.


A matrix is symmetric if AT=AA^T = A

Since aij=ajia_{ij} = a_{ji} for all i,ji, j:

  • When i=ji = j: both are 0
  • When iji ≠ j: both are 1

Therefore AT=AA^T = A

Statement (D) is true.


Only statements (B) and (D) are correct.

Keyboard Shortcuts

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