ExamBro
ExamBro
CUET · MATHS · PYQ PAPER 2025

If \(A=\left[a_{i j}\right]\) is a square matrix of order 3 such that \(a_{i j}=i+j\) for all \(i, j\), then which of the following are correct?
(A) A is a skew-symmetric matrix
(B) A is a non-singular matrix.
(C) The inverse of A does not exist.
(D) A is a symmetric matrix.
Choose the correct answer from the options given below :

  1. A (A), (B) and (C) only
  2. B (B) and (D) only
  3. C (A) and (C) only
  4. D (C) and (D) only
Verified Solution

Answer & Solution

Correct Answer

(D) (C) and (D) only

Step-by-step Solution

Detailed explanation

\( A=\begin{bmatrix} 1+1 & 1+2 & 1+3 \\ 2+1 & 2+2 & 2+3 \\ 3+1 & 3+2 & 3+3 \end{bmatrix} = \begin{bmatrix} 2 & 3 & 4 \\ 3 & 4 & 5 \\ 4 & 5 & 6 \end{bmatrix} \) Since \( a_{ij} = i+j \) implies \( a_{ji} = j+i = i+j = a_{ij} \), A is a symmetric matrix. (D) is correct.…