Linear Algebra – Is Adjoint of Singular Matrix Singular? What is Its Rank?

determinantlinear algebramatrices

Let $A$ be a square and singular matrix of order $n$.

Is $\operatorname{adj}(A)$ necessarily singular? What would be the rank of $\operatorname{adj}(A)$?

Best Answer

No, the adjugate of a singular matrix can be non-singular. But it happens only for the $1\times 1$ zero matrix.

Here is a complete classification, referring to this answer and this one. One always has $$\def\adj{\operatorname{adj}}A \cdot \adj(A) = \det(A) I_n.$$

  • If $A$ has rank$~n$, then it is invertible, and so is $\det(A)$, and $\adj(A)=\det(A)A^{-1}$ is invertible too, and has rank$~n$.

  • If $A$ has rank$~n-1$ then at least one $(n-1)\times(n-1)$ minor is nonzero, and so $\adj(A)\neq0$. On the other hand by the given relation the image of $\adj(A)$ is contained in the kernel of $A$ which has dimension$~1$ by rank-nullity; it follows that $\adj(A)$ has rank$~1$ in this case.

  • If $A$ has rank${}<n-1$ then all $(n-1)\times(n-1)$ minors are equal to zero, and so $\adj(A)$ has rank$~0$.

The cases where $\adj(A)$ has rank$~n$ are the first case for any$~n$, and the second case for $n=1$. (And, I would be inclined to say, the last case for $n=0$; but that of course cannot happen at all.) So the only case where $A$ is singular but $\adj(A)$ is not, is the case $A=(0)$ (with $n=1$).

Related Question