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 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.
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.
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:
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.
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.
Evaluating the three provided statements regarding non-singular matrices \(A\) and \(B\):
Consequently, only one statement holds true.