All Exams Test series for 1 year @ ₹349 only
Question

Consider the following statements in respect of two non-singular matrices \(A\) and \(B\) of the same order \(n\):
1. \(\text{adj}(AB) = (\text{adj}A)(\text{adj}B)\)
2. \(\text{adj}(AB) = \text{adj}(BA)\)
3. \((AB)\text{adj}(AB) - |AB|I_n\) is a null matrix of order \(n\)
How many of the above statements are correct?

This question was previously asked in
NDA 2 2024 GAT Question Paper (01-Sep-2024)
The correct answer is
Only one statement

Adjugate Matrix Properties Analysis

This solution examines the properties of the adjugate matrix concerning the product of two non-singular matrices, \(A\) and \(B\), of the same order \(n\). We will evaluate three given statements based on fundamental principles of matrix algebra.

Matrix Properties Overview

  • Non-Singular Matrix: A square matrix is non-singular if its determinant is non-zero. For such matrices, the inverse exists.
  • Adjugate Matrix (\(\text{adj}(M)\)): The adjugate of a square matrix \(M\) is the transpose of its cofactor matrix.
  • Fundamental Property: For any \(n \times n\) matrix \(M\), the product of the matrix and its adjugate is given by: \(M \cdot \text{adj}(M) = \text{adj}(M) \cdot M = |M| I_n\) where \(|M|\) is the determinant of \(M\) and \(I_n\) is the identity matrix of order \(n\).
  • Determinant of a Product: For square matrices \(A\) and \(B\) of the same order, \(|AB| = |A||B|\).
  • Adjugate of a Product: For non-singular matrices \(A\) and \(B\), the adjugate of their product is given by: \(\text{adj}(AB) = (\text{adj}B)(\text{adj}A)\) Note the reversal of the order compared to matrix multiplication.

Statement 1: Adjugate of Product Commutation

This statement proposes that the adjugate of the product \(AB\) is equal to the product of the adjugates \((\text{adj}A)(\text{adj}B)\).

However, the established property for the adjugate of a product of two matrices \(A\) and \(B\) is:

\(\text{adj}(AB) = (\text{adj}B)(\text{adj}A)\)

The statement \(\text{adj}(AB) = (\text{adj}A)(\text{adj}B)\) is only true if \((\text{adj}B)(\text{adj}A) = (\text{adj}A)(\text{adj}B)\), which means the adjugates of \(A\) and \(B\) must commute. This is not generally true for arbitrary non-singular matrices \(A\) and \(B\). Therefore, Statement 1 is incorrect.

Statement 2: Adjugate Product Equality

This statement claims that the adjugate of the product \(AB\) is equal to the adjugate of the product \(BA\). This implies:

\((\text{adj}B)(\text{adj}A) = (\text{adj}A)(\text{adj}B)\)

As established previously, this equality requires that the adjugates of \(A\) and \(B\) commute. Since \(A\) and \(B\) are arbitrary non-singular matrices, their adjugates \((\text{adj}A)\) and \((\text{adj}B)\) do not necessarily commute. For example:

Let \(A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\) and \(B = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}\).

We calculate:

  • \(AB = \begin{pmatrix} 3 & 2 \\ 7 & 4 \end{pmatrix}\)
  • \(BA = \begin{pmatrix} 1 & 2 \\ 4 & 6 \end{pmatrix}\)
  • \(\text{adj}(A) = \begin{pmatrix} 4 & -2 \\ -3 & 1 \end{pmatrix}\)
  • \(\text{adj}(B) = \begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}\)
  • \(\text{adj}(AB) = \begin{pmatrix} 4 & -2 \\ -7 & 3 \end{pmatrix}\)
  • \(\text{adj}(BA) = \begin{pmatrix} 6 & -2 \\ -4 & 1 \end{pmatrix}\)

Comparing \(\text{adj}(AB)\) and \(\text{adj}(BA)\), we see that \(\begin{pmatrix} 4 & -2 \\ -7 & 3 \end{pmatrix} \neq \begin{pmatrix} 6 & -2 \\ -4 & 1 \end{pmatrix}\).

Therefore, Statement 2 is incorrect.

Statement 3: Adjugate Property Verification

This statement relates to the fundamental property of the adjugate matrix.

For any square matrix \(M\), we know that \(M \cdot \text{adj}(M) = |M| I_n\). Let \(M = AB\). Since \(A\) and \(B\) are non-singular, their product \(AB\) is also non-singular, meaning \(|AB| = |A||B| \neq 0\).

Applying the property to the matrix \(AB\), we get:

\((AB) \cdot \text{adj}(AB) = |AB| I_n\)

Rearranging this equation, we obtain:

\((AB)\text{adj}(AB) - |AB|I_n = 0\)

Here, \(0\) represents the null matrix (or zero matrix) of order \(n\). Thus, the expression \((AB)\text{adj}(AB) - |AB|I_n\) is indeed a null matrix.

Therefore, Statement 3 is correct.

Statements Correctness Summary

Evaluating the three provided statements regarding non-singular matrices \(A\) and \(B\):

  • Statement 1: \(\text{adj}(AB) = (\text{adj}A)(\text{adj}B)\) - Incorrect.
  • Statement 2: \(\text{adj}(AB) = \text{adj}(BA)\) - Incorrect.
  • Statement 3: \((AB)\text{adj}(AB) - |AB|I_n\) is a null matrix - Correct.

Consequently, only one statement holds true.

Was this answer helpful?

Similar Questions

  1. If \(M_k = \begin{bmatrix} k & k-1 \\ k-1 & k \end{bmatrix}\) where k is a natural number, then what is \(|M_1| + |M_2| + |M_3| + \dots + |M_{50}|\) equal to ?
  2. Let \(f(x) = \begin{vmatrix} 3x^2 & \cos x & -\sin x \\ 6 & -1 & 0 \\ q & q^2 & q^3 \end{vmatrix}\) where q is any constant, then what is \(\frac{d^2}{dx^2}(f(x))\) at \(x = 0\) equal to ?
  3. If p, q, r are the cube roots of unity, then what is \(\begin{vmatrix} p^2+q^2 & r^2 & r^2 \\ p^2 & q^2+r^2 & p^2 \\ q^2 & q^2 & r^2+p^2 \end{vmatrix}\) equal to ?
  4. If A is a square matrix such that \(|A| = -2\), then \(|AA^T|\), where \(A^T\) is the transpose of A, is equal to
  5. Consider the following statements :
    I. If \(n \times n\) (\(n > 1\)) matrix is symmetric, then its inverse is also a symmetric matrix.
    II. If \(n \times n\) (\(n > 1\)) matrix is singular, then its adjoint is also a singular matrix.
    Which of the statements given above is/are correct ?
  6. If \(M = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2 \end{bmatrix}\), then what is the value of \(|M| |adjM|\) ?
  7. If \(M^T\) is the transpose of a \(2 \times 2\) matrix M, then which of the following is/are correct ?
    I. \(|M + M^T| = |M| + |M^T|\) if M is symmetric.
    II. \(|M + M^T| = 0\) if M is anti-symmetric.
    Select the answer using the code given below :
  8. If M is a square matrix such that \(M^3 = M\), then how many values of \(|M|\) are possible ?
  9. Let \(p = (x + y + z)\) and \(q = xyz\). If \(\begin{vmatrix} x & 1 & 1 \\ 1 & y & 1 \\ 1 & 1 & z \end{vmatrix}\) is positive, then which one of the following is correct ?
  10. Let X be a matrix of order \(3 \times 3\), Y be a matrix of order \(2 \times 3\) and Z be a matrix of order \(3 \times 2\). Which of the following statements are correct?
    I. (ZY)X is defined and is a square matrix of order 3.
    II. Y(XZ) is defined and is a square matrix of order 2.
    III. X(YZ) is not defined.
    Select the answer using the code given below.

Important Questions from Matrices and Determinants

  1. If each element of a matrix is zero, then the matrix is:
  2. If \(M_k = \begin{bmatrix} k & k-1 \\ k-1 & k \end{bmatrix}\) where k is a natural number, then what is \(|M_1| + |M_2| + |M_3| + \dots + |M_{50}|\) equal to ?
  3. Let \(f(x) = \begin{vmatrix} 3x^2 & \cos x & -\sin x \\ 6 & -1 & 0 \\ q & q^2 & q^3 \end{vmatrix}\) where q is any constant, then what is \(\frac{d^2}{dx^2}(f(x))\) at \(x = 0\) equal to ?
  4. If p, q, r are the cube roots of unity, then what is \(\begin{vmatrix} p^2+q^2 & r^2 & r^2 \\ p^2 & q^2+r^2 & p^2 \\ q^2 & q^2 & r^2+p^2 \end{vmatrix}\) equal to ?
  5. If A is a square matrix such that \(|A| = -2\), then \(|AA^T|\), where \(A^T\) is the transpose of A, is equal to
Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
886 Attempts
4.6(131)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App