Skip to main content
IIT JEE Test Series — Practice smarter, perform stronger.

Matrices flash cards

Master Matrices through 85 JEE Advanced-level recall cards, systematically structured one idea at a time. Revise concept-wise, identify the areas where you need improvement, and focus your preparation with greater precision.

Matrices, question and answer

10 of this chapter's 85 cards, laid out open so you can read straight through. The remaining 75 are in the interactive deck, where the answer stays hidden until you commit to one.

  1. 1.For a square matrix AA of order nn, what is the relation between adj(A)adj(A), AA, and A|A|, and what is adj(A)|adj(A)| in terms of A|A|?

    Aadj(A)=adj(A)A=AInA\cdot adj(A) = adj(A)\cdot A = |A|\, I_n, and adj(A)=An1|adj(A)| = |A|^{n-1}.

    Hint: Think of the adjugate identity used to derive A1A^{-1}.

  2. 2.How is the inverse of a square matrix AA defined in terms of A|A| and adj(A)adj(A), and what is the necessary condition for A1A^{-1} to exist?

    A1=1Aadj(A)A^{-1} = \dfrac{1}{|A|}\,adj(A), which exists iff A0|A|\neq 0 (i.e., AA is non-singular).

    Hint: What happens when the determinant is zero?

  3. 3.For a symmetric matrix AA (AT=AA^T=A) and a skew-symmetric matrix BB (BT=BB^T=-B), state one key property each about their diagonal elements and about A2,B2A^2, B^2.

    Every diagonal element of a skew-symmetric matrix is 00 (since aii=aiiaii=0a_{ii} = -a_{ii} \Rightarrow a_{ii}=0); diagonal elements of a symmetric matrix can be anything. Also, both A2A^2 and B2B^2 are symmetric: (A2)T=(AT)2=A2(A^2)^T = (A^T)^2 = A^2, and (B2)T=(BT)2=(B)2=B2(B^2)^T = (B^T)^2 = (-B)^2 = B^2.

    Hint: Recall aii=aiia_{ii} = -a_{ii} for skew-symmetric.

  4. 4.Any square matrix AA can be uniquely expressed as the sum of a symmetric and a skew-symmetric matrix. Write this decomposition.

    A=12(A+AT)+12(AAT)A = \dfrac{1}{2}(A+A^T) + \dfrac{1}{2}(A-A^T), where the first term is symmetric and the second is skew-symmetric.

    Hint: Add and subtract ATA^T.

  5. 5.For an orthogonal matrix AA (i.e., ATA=AAT=IA^TA = AA^T = I), what are the possible values of A|A|, and how is A1A^{-1} related to ATA^T?

    A=±1|A| = \pm 1 and A1=ATA^{-1} = A^T.

    Hint: Take determinant of ATA=IA^TA=I.

  6. 6.If AA is a 3×33\times3 matrix with A=4|A|=4, find adj(3A)|adj(3A)|.

    Use adj(kA)=kn1adj(A)adj(kA)=k^{n-1}adj(A) for n=3n=3, so adj(3A)=9adj(A)adj(3A)=9\,adj(A). Then adj(3A)=93adj(A)=729A2=729×16=11664|adj(3A)|=9^3|adj(A)|=729\cdot|A|^{2}=729\times16=\mathbf{11664}.

    Hint: Scale the adjoint formula first, then the determinant scales by 939^3.

  7. 7.For an invertible 3×33\times3 matrix AA, prove adj(A1)=(adjA)1adj(A^{-1})=(adj\,A)^{-1} and find adj(A1)|adj(A^{-1})| in terms of A|A|.

    Since AadjA=AIA\,adjA=|A|I, we get adjA=AA1adjA=|A|A^{-1}. Replacing AA by A1A^{-1}: adj(A1)=A1(A1)1=AA=(adjA)1adj(A^{-1})=|A^{-1}|(A^{-1})^{-1}=\dfrac{A}{|A|}=(adjA)^{-1}. Also adj(A1)=A1n1=A(n1)=A2|adj(A^{-1})|=|A^{-1}|^{n-1}=|A|^{-(n-1)}=\mathbf{|A|^{-2}} for n=3n=3.

    Hint: Start from AadjA=AIA\,adjA=|A|I and substitute AA1A\to A^{-1}.

  8. 8.If A,BA,B are invertible 3×33\times3 matrices, express adj(AB)adj(AB) in terms of adjAadjA and adjBadjB.

    Since (AB)(adjBadjA)=A(BadjB)adjA=A(BI)adjA=B(AadjA)=BAI=ABI(AB)(adjB\,adjA)=A(B\,adjB)adjA=A(|B|I)adjA=|B|(A\,adjA)=|B||A|I=|AB|I, uniqueness of the adjugate (for invertible matrices) gives adj(AB)=adjBadjAadj(AB)=\mathbf{adjB\cdot adjA} — the order reverses, just like (AB)1=B1A1(AB)^{-1}=B^{-1}A^{-1}.

    Hint: Multiply ABAB by the candidate adjBadjAadjB\,adjA and see what you get.

  9. 9.For A=[210121012]A=\begin{bmatrix}2&-1&0\\-1&2&-1\\0&-1&2\end{bmatrix}, compute A1A^{-1} using the adjugate method.

    Expanding, A=2(41)(1)(20)+0=62=4|A|=2(4-1)-(-1)(-2-0)+0=6-2=4. Computing all nine cofactors gives adjA=[321242123]adjA=\begin{bmatrix}3&2&1\\2&4&2\\1&2&3\end{bmatrix} (symmetric, matching AA). Hence A1=14adjA=[3/41/21/41/211/21/41/23/4]A^{-1}=\dfrac{1}{4}adjA=\begin{bmatrix}3/4&1/2&1/4\\1/2&1&1/2\\1/4&1/2&3/4\end{bmatrix}, verified by AadjA=4IA\cdot adjA=4I.

    Hint: Compute the determinant, then all nine 2x2 cofactors carefully.

  10. 10.For a 3×33\times3 matrix AA with A=2|A|=2, find adj(adj(adjA))|adj(adj(adj\,A))|.

    adjA=A2|adjA|=|A|^{2}. Then adj(adjA)=adjA2=A4|adj(adjA)|=|adjA|^{2}=|A|^{4}. Applying the rule once more, adj(adj(adjA))=adj(adjA)2=A8|adj(adj(adjA))|=|adj(adjA)|^{2}=|A|^{8}. With A=2|A|=2, this equals 28=2562^8=\mathbf{256}.

    Hint: Apply adjM=Mn1|adjM|=|M|^{n-1} repeatedly, squaring the exponent each time.

Open the interactive deck for the other 75 cards, with self-grading so the ones you keep missing come back.

Other ways to revise this chapter

Master this chapter with similar other learning materials.

Preparing students for India’s top institutes

Our students are currently into top technological and medical institutes of India.

  • IIT Bombay
  • IIT Delhi
  • IIT Madras
  • IIT Kanpur
  • IIT Kharagpur
  • IIT Roorkee
  • IIT Guwahati
  • IIT BHU Varanasi
  • AIIMS Delhi
  • NIT Tiruchirappalli
  • NIT Rourkela

Join QuestPix, Today!

Get notified first, with exam & curriculum updates, course & test series launch offers, motivation & success stories and free learning resources recommended by toppers.

Chat on WhatsApp