Matrices JEE Advanced previous year questions with solutions

5 solved JEE Advanced questions on Matrices, free to read — no sign-in needed. The full chapter has 41 questions; sign in to attempt the remaining 36 in the exam simulator.

  1. Q1JEE Advanced Adv 2026 (Paper 2)
    Let R\mathbb{R} denote the set of all real numbers and let i=1i = \sqrt{-1}. Consider the matrices S=[0110]S = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} and T=[1101]T = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}. Let a,b,c,da, b, c, d be real numbers such that ST=[abcd]ST = \begin{bmatrix} a & b \\ c & d \end{bmatrix}. Let H={x+iy:x,yR and y>0}H = \{x + iy : x, y \in \mathbb{R} \text{ and } y \gt 0\}. Then which of the following statements is (are) TRUE ?
    1. A.b+iad+ic=i\dfrac{b + ia}{d + ic} = i
    2. B.If ω=1+i32\omega = \dfrac{-1 + i\sqrt{3}}{2}, then aω+bcω+d=ω\dfrac{a\omega + b}{c\omega + d} = \omega
    3. C.If mm is an integer greater than 22 such that (ST)2=(ST)m(ST)^2 = (ST)^m, then mm is an integer multiple of 88
    4. D.If zHz \in H, then az+bcz+dH\dfrac{az + b}{cz + d} \in H
    Show answer & solution

    Answer: B,D

    We are given the matrices S=[0110]S = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} and T=[1101]T = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}. First, we compute the product STST: ST=[0110][1101]=[0111]ST = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 0 & -1 \\ 1 & 1 \end{bmatrix} Comparing this with ST=[abcd]ST = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, we get a=0a = 0, b=1b = -1, c=1c = 1, and d=1d = 1. Evaluating Option (A): b+iad+ic=1+i(0)1+i(1)=11+i=1(1i)(1+i)(1i)=1+i2\dfrac{b + ia}{d + ic} = \dfrac{-1 + i(0)}{1 + i(1)} = \dfrac{-1}{1 + i} = \dfrac{-1(1 - i)}{(1 + i)(1 - i)} = \dfrac{-1 + i}{2} This is not equal to ii, so statement (A) is FALSE. Evaluating Option (B): Given ω=1+i32\omega = \dfrac{-1 + i\sqrt{3}}{2}, which is a complex cube root of unity, satisfying ω2+ω+1=0\omega^2 + \omega + 1 = 0 and ω3=1\omega^3 = 1. aω+bcω+d=0ω11ω+1=1ω+1\dfrac{a\omega + b}{c\omega + d} = \dfrac{0 \cdot \omega - 1}{1 \cdot \omega + 1} = \dfrac{-1}{\omega + 1} Since ω+1=ω2\omega + 1 = -\omega^2, we have: 1ω2=1ω2=ω3ω2=ω\dfrac{-1}{-\omega^2} = \dfrac{1}{\omega^2} = \dfrac{\omega^3}{\omega^2} = \omega Thus, statement (B) is TRUE. Evaluating Option (C): The characteristic equation of STST is λ2Tr(ST)λ+det(ST)=0\lambda^2 - \text{Tr}(ST)\lambda + \det(ST) = 0, which gives λ2λ+1=0\lambda^2 - \lambda + 1 = 0. By the Cayley-Hamilton theorem, (ST)2ST+I=0(ST)^2 - ST + I = 0. Multiplying by (ST+I)(ST + I), we get (ST)3+I=0(ST)3=I(ST)^3 + I = 0 \Rightarrow (ST)^3 = -I. Squaring both sides gives (ST)6=I(ST)^6 = I. We are given (ST)2=(ST)m(ST)^2 = (ST)^m, which implies (ST)m2=I(ST)^{m-2} = I. This means m2m - 2 must be a multiple of 66, so m=6k+2m = 6k + 2 for some integer kk. For k=1k = 1, m=8m = 8 (which is a multiple of 88). For k=2k = 2, m=14m = 14 (which is NOT a multiple of 88). Thus, statement (C) is FALSE. Evaluating Option (D): For zHz \in H, let z=x+iyz = x + iy where y>0y \gt 0. az+bcz+d=1z+1=1(x+1)+iy\dfrac{az + b}{cz + d} = \dfrac{-1}{z + 1} = \dfrac{-1}{(x + 1) + iy} Multiplying the numerator and denominator by the conjugate (x+1)iy(x + 1) - iy: 1(x+1)+iy×(x+1)iy(x+1)iy=(x+1)+iy(x+1)2+y2\dfrac{-1}{(x + 1) + iy} \times \dfrac{(x + 1) - iy}{(x + 1) - iy} = \dfrac{-(x + 1) + iy}{(x + 1)^2 + y^2} The imaginary part of this new complex number is y(x+1)2+y2\dfrac{y}{(x + 1)^2 + y^2}. Since y>0y \gt 0 and (x+1)2+y2>0(x + 1)^2 + y^2 \gt 0, the imaginary part is strictly positive. Therefore, az+bcz+dH\dfrac{az + b}{cz + d} \in H, making statement (D) TRUE. Answer: If ω=1+i32\omega = \dfrac{-1 + i\sqrt{3}}{2}, then aω+bcω+d=ω\dfrac{a\omega + b}{c\omega + d} = \omega; If zHz \in H, then az+bcz+dH\dfrac{az + b}{cz + d} \in H
  2. Q2JEE Advanced Adv 2026 (Paper 1)
    Which one of the following matrices can be obtained by performing elementary row transformations on the 3×33 \times 3 identity matrix?
    1. A.[111111111]\begin{bmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{bmatrix}
    2. B.[111234121]\begin{bmatrix} 1 & 1 & 1 \\ 2 & 3 & 4 \\ 1 & 2 & 1 \end{bmatrix}
    3. C.[111234258]\begin{bmatrix} 1 & 1 & 1 \\ 2 & 3 & 4 \\ 2 & 5 & 8 \end{bmatrix}
    4. D.[111112023]\begin{bmatrix} 1 & 1 & 1 \\ -1 & 1 & 2 \\ 0 & 2 & 3 \end{bmatrix}
    Show answer & solution

    Answer: (B)

    Any matrix obtained by performing elementary row transformations on the identity matrix is equivalent to the identity matrix, which means it must be non-singular (invertible). Therefore, its determinant must be non-zero. Evaluating the determinant of the matrix in option (A): 111111111=0\begin{vmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{vmatrix} = 0 Evaluating the determinant of the matrix in option (B): 111234121=1(38)1(24)+1(43)=5+2+1=20\begin{vmatrix} 1 & 1 & 1 \\ 2 & 3 & 4 \\ 1 & 2 & 1 \end{vmatrix} = 1(3 - 8) - 1(2 - 4) + 1(4 - 3) = -5 + 2 + 1 = -2 \neq 0 Evaluating the determinant of the matrix in option (C): 111234258=1(2420)1(168)+1(106)=48+4=0\begin{vmatrix} 1 & 1 & 1 \\ 2 & 3 & 4 \\ 2 & 5 & 8 \end{vmatrix} = 1(24 - 20) - 1(16 - 8) + 1(10 - 6) = 4 - 8 + 4 = 0 Evaluating the determinant of the matrix in option (D): 111112023=1(34)1(30)+1(20)=1+32=0\begin{vmatrix} 1 & 1 & 1 \\ -1 & 1 & 2 \\ 0 & 2 & 3 \end{vmatrix} = 1(3 - 4) - 1(-3 - 0) + 1(-2 - 0) = -1 + 3 - 2 = 0 Since only the matrix in option (B) has a non-zero determinant, it is the only one that can be obtained from the identity matrix by elementary row transformations. Answer: [111234121]\begin{bmatrix} 1 & 1 & 1 \\ 2 & 3 & 4 \\ 1 & 2 & 1 \end{bmatrix}
  3. Q3JEE Advanced Adv 2025 (Paper 2)
    Let I=(1001)I=\left(\begin{array}{ll}1 & 0 \\ 0 & 1\end{array}\right) and P=(2003)P=\left(\begin{array}{ll}2 & 0 \\ 0 & 3\end{array}\right). Let Q=(xyz4)Q=\left(\begin{array}{ll}\mathrm{x} & \mathrm{y} \\ \mathrm{z} & 4\end{array}\right) for some non-zero real numbers x,yx, y, and zz, for which there is 2×22 \times 2 matrix RR with all entries being non-zero real numbers, such that QR=RPQ R=R P. Then which of the following statements is (are) TRUE?
    1. A.The determinant of Q2IQ-2 I is zero
    2. B.The determinant of Q6I\mathrm{Q}-6 I is 12
    3. C.The determinant of Q3IQ-3 I is 15
    4. D.yz=2y z=2
    Show answer & solution

    Answer: A,B

    QR=RPP=(2003)Q=(xyz4)(xyz4)(r1r2r3r4)=(r1r2r3r4)(2003)xr1+yr3=2r1zr1+4r3=2r3}x2y=r3r1=z2\begin{aligned} & \mathrm{QR}=\mathrm{RP} \\ & P=\left(\begin{array}{ll} 2 & 0 \\ 0 & 3 \end{array}\right) \quad Q=\left(\begin{array}{ll} x & y \\ z & 4 \end{array}\right) \\ & \left(\begin{array}{ll} x & y \\ z & 4 \end{array}\right)\left(\begin{array}{ll} r_1 & r_2 \\ r_3 & r_4 \end{array}\right)=\left(\begin{array}{ll} r_1 & r_2 \\ r_3 & r_4 \end{array}\right)\left(\begin{array}{ll} 2 & 0 \\ 0 & 3 \end{array}\right) \\ & \left.\begin{array}{l} \mathrm{xr}_1+\mathrm{yr}_3=2 \mathrm{r}_1 \\ \mathrm{zr}_1+4 \mathrm{r}_3=2 \mathrm{r}_3 \end{array}\right\} \rightarrow \frac{\mathrm{x}-2}{-\mathrm{y}}=\frac{\mathrm{r}_3}{\mathrm{r}_1}=\frac{\mathrm{z}}{-2} \end{aligned} 2x4=yz2 x-4=y z xr2+yr4=3r2zr2+4r4=3r4}x3y=r4r2=z\left.\begin{array}{l}\mathrm{xr}_2+\mathrm{yr}_4=3 \mathrm{r}_2 \\ \mathrm{zr}_2+4 \mathrm{r}_4=3 \mathrm{r}_4\end{array}\right\} \rightarrow \frac{\mathrm{x}-3}{-\mathrm{y}}=\frac{\mathrm{r}_4}{\mathrm{r}_2}=-\mathrm{z} \quad x3=yz\mathrm{x}-3=\mathrm{yz} 2x4=x3\Rightarrow 2 x-4=x-3 x=1 & yz=2\Rightarrow x=1 ~\&~ y z=-2 QλI=(xλyz4λ)QλI=(λx)(λ4)yz=λ2(x+4)λ+4xyzQλI=λ25λ+6\begin{aligned} & \Rightarrow \mathrm{Q}-\lambda \mathrm{I}=\left(\begin{array}{cc} \mathrm{x}-\lambda & \mathrm{y} \\ \mathrm{z} & 4-\lambda \end{array}\right) \\ & |\mathrm{Q}-\lambda \mathrm{I}|=(\lambda-\mathrm{x})(\lambda-4)-\mathrm{yz} \\ & =\lambda^2-(\mathrm{x}+4) \lambda+4 \mathrm{x}-\mathrm{yz} \\ & |\mathrm{Q}-\lambda \mathrm{I}|=\lambda^2-5 \lambda+6 \end{aligned} Now verify the option
  4. Q4JEE Advanced Adv 2025 (Paper 1)
    Consider the matrix, P=(200020003)P=\left(\begin{array}{lll}2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3\end{array}\right) Let the transpose of a matrix XX be denoted by XT\mathrm{X}^T. Then the number of 3×33 \times 3 invertible matrices Q with integer entries, such that Q1=QTQ^{-1}=Q^T and PQ=QPP Q=Q P is
    1. A.32
    2. B.8
    3. C.16
    4. D.24
    Show answer & solution

    Answer: (C)

    PQ=QP[2a12 b12c12a22 b22c23a33 b33c3]=[2a12 b13c12a22 b23c22a32 b33c3]c1=0,c2=0,a3=0, b3=0Q=[a1 b10a2 b2000c3]a1a2+b1 b2=0a12+b12=1,a22+b22=1,c32=1\begin{aligned} & \mathrm{PQ}=\mathrm{QP} \Rightarrow\left[\begin{array}{ccc} 2 \mathrm{a}_1 & 2 \mathrm{~b}_1 & 2 \mathrm{c}_1 \\ 2 \mathrm{a}_2 & 2 \mathrm{~b}_2 & 2 \mathrm{c}_2 \\ 3 \mathrm{a}_3 & 3 \mathrm{~b}_3 & 3 \mathrm{c}_3 \end{array}\right]=\left[\begin{array}{ccc} 2 \mathrm{a}_1 & 2 \mathrm{~b}_1 & 3 \mathrm{c}_1 \\ 2 \mathrm{a}_2 & 2 \mathrm{~b}_2 & 3 \mathrm{c}_2 \\ 2 \mathrm{a}_3 & 2 \mathrm{~b}_3 & 3 \mathrm{c}_3 \end{array}\right] \\ & \mathrm{c}_1=0, \mathrm{c}_2=0, \mathrm{a}_3=0, \mathrm{~b}_3=0 \\ & \mathrm{Q}=\left[\begin{array}{ccc} \mathrm{a}_1 & \mathrm{~b}_1 & 0 \\ \mathrm{a}_2 & \mathrm{~b}_2 & 0 \\ 0 & 0 & \mathrm{c}_3 \end{array}\right] \\ & \mathrm{a}_1 \mathrm{a}_2+\mathrm{b}_1 \mathrm{~b}_2=0 \\ & \mathrm{a}_1^2+\mathrm{b}_1^2=1, \mathrm{a}_2^2+\mathrm{b}_2^2=1, \mathrm{c}_3^2=1 \end{aligned} a1b1a2b2c31001,1+1,11001,11,1011,101,1011,101,1\begin{array}{lllll} a_1 & b_1 & a_2 & b_2 & c_3 \\ 1 & 0 & 0 & 1,-1 & +1,-1 \\ -1 & 0 & 0 & 1,-1 & 1,-1 \\ 0 & 1 & 1,-1 & 0 & 1,-1 \\ 0 & -1 & 1,-1 & 0 & 1,-1 \end{array} Total 16 matrices
  5. Q5JEE Advanced Adv 2023 (Paper 2)
    Let R={(a3bc2d050):a,b,c,d{0,3,5,7,11,13,17,19}}R=\left\{\left(\begin{matrix}a & 3 & b \\ c & 2 & d \\ 0 & 5 & 0\end{matrix}\right):a,b,c,d\in \left\{0,3,5,7,11,13,17,19\right\}\right\}. Then the number of invertible matrices in RR is
    Show answer & solution

    Answer: 3780

    Given, R=[a3bc2d050]R=\left[\begin{matrix}a & 3 & b \\ c & 2 & d \\ 0 & 5 & 0\end{matrix}\right] R=5abcd\Rightarrow |R|=-5\left|\begin{matrix}a & b \\ c & d\end{matrix}\right| We know that, for invertible matrices R0\left|R\right|\neq 0 Now R|R| can be zero in following cases: (i) Two of a,b,c,da,b,c,d are zeroes which can be (aa and bb),(bb and dd),(dd and cc) or (cc and aa) 4×72ways=196\rightarrow 4\times {7}^{2}\text{ways}=196 (ii) Any three of a,b,c,da,b,c,d are zeroes C34×7=28\rightarrow C34\times 7=28 (iii) All four of a,b,c,da,b,c,d are zeroes 1\rightarrow 1 (iv) All four of a,b,c,da,b,c,d are non-zero but same number 7\rightarrow 7 (v) When two are alike and 22 other are alike (non-zero) 7C2×2×2=84\rightarrow 7{C}_{2}\times 2\times 2=84 Number of invertible matrices =84196281784=3780={8}^{4}-196-28-1-7-84=3780

36 more Matrices questions are waiting

Attempt the full chapter in a real NTA CBT simulator with instant scoring, year-wise filters and detailed solutions.

Practise all 41 questions

Matrices in JEE Advanced: previous year question analysis

Matrices has appeared 41 times in JEE Advanced between 2006 and 2026, making it the 16th most-asked of 93 chapters and about 1.7% of the bank. Over the last 5 years it has averaged 2.2 questions per year.

Total PYQs
41
Years covered
2006–2026
Weightage rank
#16 of 93
Share of bank
1.7%

How many Matrices questions appeared each year

Matrices JEE Advanced question count by year
YearQuestionsRelative volume
20142
20151
20163
20171
20193
20202
20212
20222
20232
20241
20252
20264

Question formats used in Matrices

  • Single-correct MCQ20
  • Multiple-correct MCQ16
  • Numerical / integer answer5

How Matrices compares with nearby chapters

Counts are computed from AcadXL’s own JEE Advanced question bank, tagged chapter- and sub-topic-wise and checked against official answer keys. Sign in to attempt the 41 Matrices questions with solutions.