adjugate matrix
{{Short description|For a square matrix, the transpose of the cofactor matrix}}
In linear algebra, the adjugate or classical adjoint of a square matrix {{math|A}}, {{math|adj(A)}}, is the transpose of its cofactor matrix.{{cite book |first=F. R. |last=Gantmacher |author-link=Felix Gantmacher |title=The Theory of Matrices |volume=1 |publisher=Chelsea |location=New York |year=1960 |isbn=0-8218-1376-5 |pages=76–89 |url=https://books.google.com/books?id=ePFtMw9v92sC&pg=PA76 }}{{cite book |last=Strang |first=Gilbert |title=Linear Algebra and its Applications |publisher=Harcourt Brace Jovanovich |year=1988 |isbn=0-15-551005-3 |edition=3rd |pages=[https://archive.org/details/linearalgebraits00stra/page/231 231–232] |chapter=Section 4.4: Applications of determinants |author-link=Gilbert Strang |chapter-url=https://archive.org/details/linearalgebraits00stra/page/231 |chapter-url-access=registration}} It is occasionally known as adjunct matrix,{{cite journal|author1=Claeyssen, J.C.R.|year=1990|title=On predicting the response of non-conservative linear vibrating systems by using dynamical matrix solutions|journal=Journal of Sound and Vibration|volume=140|issue=1|pages=73–84|doi=10.1016/0022-460X(90)90907-H|bibcode=1990JSV...140...73C }}{{cite journal|author1=Chen, W.|author2=Chen, W.|author3=Chen, Y.J.|year=2004|title=A characteristic matrix approach for analyzing resonant ring lattice devices|journal=IEEE Photonics Technology Letters|volume=16|issue=2|pages=458–460|doi=10.1109/LPT.2003.823104|bibcode=2004IPTL...16..458C }} or "adjoint",{{cite book|first=Alston S.|last=Householder|title=The Theory of Matrices in Numerical Analysis |publisher=Dover Books on Mathematics|year=2006|author-link=Alston Scott Householder | isbn=0-486-44972-6 |pages=166–168 }} though that normally refers to a different concept, the adjoint operator which for a matrix is the conjugate transpose.
The product of a matrix with its adjugate gives a diagonal matrix (entries not on the main diagonal are zero) whose diagonal entries are the determinant of the original matrix:
:
where {{math|I}} is the identity matrix of the same size as {{math|A}}. Consequently, the multiplicative inverse of an invertible matrix can be found by dividing its adjugate by its determinant.
Definition
The adjugate of {{math|A}} is the transpose of the cofactor matrix {{math|C}} of {{math|A}},
:
In more detail, suppose {{math|R}} is a (unital) commutative ring and {{math|A}} is an {{math|n × n}} matrix with entries from {{math|R}}. The {{math|(i, j)}}-minor of {{math|A}}, denoted {{math|Mij}}, is the determinant of the {{math|(n − 1) × (n − 1)}} matrix that results from deleting row {{mvar|i}} and column {{mvar|j}} of {{math|A}}. The cofactor matrix of {{math|A}} is the {{math|n × n}} matrix {{math|C}} whose {{math|(i, j)}} entry is the {{math|(i, j)}} cofactor of {{math|A}}, which is the {{math|(i, j)}}-minor times a sign factor:
:
The adjugate of {{math|A}} is the transpose of {{math|C}}, that is, the {{math|n × n}} matrix whose {{math|(i, j)}} entry is the {{math|(j,i)}} cofactor of {{math|A}},
:
= Important consequence =
The adjugate is defined so that the product of {{math|A}} with its adjugate yields a diagonal matrix whose diagonal entries are the determinant {{math|det(A)}}. That is,
:
where {{math|I}} is the {{math|n × n}} identity matrix. This is a consequence of the Laplace expansion of the determinant.
The above formula implies one of the fundamental results in matrix algebra, that {{math|A}} is invertible if and only if {{math|det(A)}} is an invertible element of {{math|R}}. When this holds, the equation above yields
:
\operatorname{adj}(\mathbf{A}) &= \det(\mathbf{A}) \mathbf{A}^{-1}, \\
\mathbf{A}^{-1} &= \det(\mathbf{A})^{-1} \operatorname{adj}(\mathbf{A}).
\end{align}
Examples
= 1 × 1 generic matrix =
Since the determinant of a 0 × 0 matrix is 1, the adjugate of any 1 × 1 matrix (complex scalar) is . Observe that
= 2 × 2 generic matrix =
The adjugate of the 2 × 2 matrix
:
is
:
By direct computation,
:
In this case, it is also true that {{math|det}}({{math|adj}}(A)) = {{math|det}}(A) and hence that {{math|adj}}({{math|adj}}(A)) = A.
= 3 × 3 generic matrix =
Consider a 3 × 3 matrix
:
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{bmatrix}.
Its cofactor matrix is
:
+\begin{vmatrix} b_{2} & b_{3} \\ c_{2} & c_{3} \end{vmatrix} &
-\begin{vmatrix} b_{1} & b_{3} \\ c_{1} & c_{3} \end{vmatrix} &
+\begin{vmatrix} b_{1} & b_{2} \\ c_{1} & c_{2} \end{vmatrix} \\
\\
-\begin{vmatrix} a_{2} & a_{3} \\ c_{2} & c_{3} \end{vmatrix} &
+\begin{vmatrix} a_{1} & a_{3} \\ c_{1} & c_{3} \end{vmatrix} &
-\begin{vmatrix} a_{1} & a_{2} \\ c_{1} & c_{2} \end{vmatrix} \\
\\
+\begin{vmatrix} a_{2} & a_{3} \\ b_{2} & b_{3} \end{vmatrix} &
-\begin{vmatrix} a_{1} & a_{3} \\ b_{1} & b_{3} \end{vmatrix} &
+\begin{vmatrix} a_{1} & a_{2} \\ b_{1} & b_{2} \end{vmatrix}
\end{bmatrix},
where
:
= \det\!\begin{bmatrix} a & b \\ c & d \end{bmatrix} .
Its adjugate is the transpose of its cofactor matrix,
:
+\begin{vmatrix} b_{2} & b_{3} \\ c_{2} & c_{3} \end{vmatrix} &
-\begin{vmatrix} a_{2} & a_{3} \\ c_{2} & c_{3} \end{vmatrix} &
+\begin{vmatrix} a_{2} & a_{3} \\ b_{2} & b_{3} \end{vmatrix} \\
& & \\
-\begin{vmatrix} b_{1} & b_{3} \\ c_{1} & c_{3} \end{vmatrix} &
+\begin{vmatrix} a_{1} & a_{3} \\ c_{1} & c_{3} \end{vmatrix} &
-\begin{vmatrix} a_{1} & a_{3} \\ b_{1} & b_{3} \end{vmatrix} \\
& & \\
+\begin{vmatrix} b_{1} & b_{2} \\ c_{1} & c_{2} \end{vmatrix} &
-\begin{vmatrix} a_{1} & a_{2} \\ c_{1} & c_{2} \end{vmatrix} &
+\begin{vmatrix} a_{1} & a_{2} \\ b_{1} & b_{2} \end{vmatrix}
\end{bmatrix}.
= 3 × 3 numeric matrix =
As a specific example, we have
:
-3 & 2 & -5 \\
-1 & 0 & -2 \\
3 & -4 & 1
\end{bmatrix} = \begin{bmatrix}
-8 & 18 & -4 \\
-5 & 12 & -1 \\
4 & -6 & 2
\end{bmatrix}.
It is easy to check the adjugate is the inverse times the determinant, {{math|−6}}.
The {{math|−1}} in the second row, third column of the adjugate was computed as follows. The (2,3) entry of the adjugate is the (3,2) cofactor of A. This cofactor is computed using the submatrix obtained by deleting the third row and second column of the original matrix A,
:
The (3,2) cofactor is a sign times the determinant of this submatrix:
:
and this is the (2,3) entry of the adjugate.
Properties
For any {{math|n × n}} matrix {{math|A}}, elementary computations show that adjugates have the following properties:
- , where is the identity matrix.
- , where is the zero matrix, except that if then .
- for any scalar {{mvar|c}}.
- .
- .
- If {{math|A}} is invertible, then . It follows that:
- {{math|adj(A)}} is invertible with inverse {{math|(det A)−1A}}.
- {{math|1=adj(A−1) = adj(A)−1}}.
- {{math|adj(A)}} is entrywise polynomial in {{math|A}}. In particular, over the real or complex numbers, the adjugate is a smooth function of the entries of {{math|A}}.
Over the complex numbers,
- , where the bar denotes complex conjugation.
- , where the asterisk denotes conjugate transpose.
Suppose that {{math|B}} is another {{math|n × n}} matrix. Then
:
This can be proved in three ways. One way, valid for any commutative ring, is a direct computation using the Cauchy–Binet formula. The second way, valid for the real or complex numbers, is to first observe that for invertible matrices {{math|A}} and {{math|B}},
:
Because every non-invertible matrix is the limit of invertible matrices, continuity of the adjugate then implies that the formula remains true when one of {{math|A}} or {{math|B}} is not invertible.
A corollary of the previous formula is that, for any non-negative integer {{mvar|k}},
:
If {{math|A}} is invertible, then the above formula also holds for negative {{mvar|k}}.
From the identity
:
we deduce
:
Suppose that {{math|A}} commutes with {{math|B}}. Multiplying the identity {{math|1=AB = BA}} on the left and right by {{math|adj(A)}} proves that
:
If {{math|A}} is invertible, this implies that {{math|adj(A)}} also commutes with {{math|B}}. Over the real or complex numbers, continuity implies that {{math|adj(A)}} commutes with {{math|B}} even when {{math|A}} is not invertible.
Finally, there is a more general proof than the second proof, which only requires that an n × n matrix has entries over a field with at least 2n + 1 elements (e.g. a 5 × 5 matrix over the integers modulo 11). {{math|det(A+tI)}} is a polynomial in t with degree at most n, so it has at most n roots. Note that the ijth entry of {{math|adj((A+tI)(B))}} is a polynomial of at most order n, and likewise for {{math|adj(A+tI)adj(B)}}. These two polynomials at the ijth entry agree on at least n + 1 points, as we have at least n + 1 elements of the field where {{math|A+tI}} is invertible, and we have proven the identity for invertible matrices. Polynomials of degree n which agree on n + 1 points must be identical (subtract them from each other and you have n + 1 roots for a polynomial of degree at most n – a contradiction unless their difference is identically zero). As the two polynomials are identical, they take the same value for every value of t. Thus, they take the same value when t = 0.
Using the above properties and other elementary computations, it is straightforward to show that if {{math|A}} has one of the following properties, then {{math|adjA}} does as well:
If {{math|A}} is skew-symmetric, then {{math|adj(A)}} is skew-symmetric for even n and symmetric for odd n. Similarly, if {{math|A}} is skew-Hermitian, then {{math|adj(A)}} is skew-Hermitian for even n and Hermitian for odd n.
If {{math|A}} is invertible, then, as noted above, there is a formula for {{math|adj(A)}} in terms of the determinant and inverse of {{math|A}}. When {{math|A}} is not invertible, the adjugate satisfies different but closely related formulas.
- If {{math|1=rk(A) ≤ n − 2}}, then {{math|1=adj(A) = 0}}.
- If {{math|1=rk(A) = n − 1}}, then {{math|1=rk(adj(A)) = 1}}. (Some minor is non-zero, so {{math|adj(A)}} is non-zero and hence has rank at least one; the identity {{math|1=adj(A)A = 0}} implies that the dimension of the nullspace of {{math|adj(A)}} is at least {{math|n − 1}}, so its rank is at most one.) It follows that {{math|1=adj(A) = αxyT}}, where {{math|α}} is a scalar and {{math|x}} and {{math|y}} are vectors such that {{math|1=Ax = 0}} and {{math|1=AT y = 0}}.
= Column substitution and Cramer's rule =
{{see also|Cramer's rule}}
Partition {{math|A}} into column vectors:
:
Let {{math|b}} be a column vector of size {{math|n}}. Fix {{math|1 ≤ i ≤ n}} and consider the matrix formed by replacing column {{math|i}} of {{math|A}} by {{math|b}}:
:
Laplace expand the determinant of this matrix along column {{mvar|i}}. The result is entry {{mvar|i}} of the product {{math|adj(A)b}}. Collecting these determinants for the different possible {{mvar|i}} yields an equality of column vectors
:
This formula has the following concrete consequence. Consider the linear system of equations
:
Assume that {{math|A}} is non-singular. Multiplying this system on the left by {{math|adj(A)}} and dividing by the determinant yields
:
Applying the previous formula to this situation yields Cramer's rule,
:
where {{math|xi}} is the {{mvar|i}}th entry of {{math|x}}.
= Characteristic polynomial =
Let the characteristic polynomial of {{math|A}} be
:
The first divided difference of {{math|p}} is a symmetric polynomial of degree {{math|n − 1}},
:
Multiply {{math|sI − A}} by its adjugate. Since {{math|1=p(A) = 0}} by the Cayley–Hamilton theorem, some elementary manipulations reveal
:
In particular, the resolvent of {{math|A}} is defined to be
:
and by the above formula, this is equal to
:
= Jacobi's formula =
{{main|Jacobi's formula}}
The adjugate also appears in Jacobi's formula for the derivative of the determinant. If {{math|A(t)}} is continuously differentiable, then
:
It follows that the total derivative of the determinant is the transpose of the adjugate:
:
= Cayley–Hamilton formula =
{{main|Cayley–Hamilton theorem}}
Let {{math|pA(t)}} be the characteristic polynomial of {{math|A}}. The Cayley–Hamilton theorem states that
:
Separating the constant term and multiplying the equation by {{math|adj(A)}} gives an expression for the adjugate that depends only on {{math|A}} and the coefficients of {{math|pA(t)}}. These coefficients can be explicitly represented in terms of traces of powers of {{math|A}} using complete exponential Bell polynomials. The resulting formula is
:
where {{mvar|n}} is the dimension of {{math|A}}, and the sum is taken over {{mvar|s}} and all sequences of {{math|kl ≥ 0}} satisfying the linear Diophantine equation
:
For the 2 × 2 case, this gives
:
For the 3 × 3 case, this gives
:
For the 4 × 4 case, this gives
:
\frac{1}{6}\mathbf{I}_4\!\left(
(\operatorname{tr}\mathbf{A})^3
- 3\operatorname{tr}\mathbf{A}\operatorname{tr}\mathbf{A}^2
+ 2\operatorname{tr}\mathbf{A}^{3}
\right)
- \frac{1}{2}\mathbf{A}\!\left( (\operatorname{tr}\mathbf{A})^2 - \operatorname{tr}\mathbf{A}^2\right)
+ \mathbf{A}^2(\operatorname{tr}\mathbf{A})
- \mathbf{A}^3.
The same formula follows directly from the terminating step of the Faddeev–LeVerrier algorithm, which efficiently determines the characteristic polynomial of {{math|A}}.
In general, adjugate matrix of arbitrary dimension N matrix can be computed by Einstein's convention.
:
Relation to exterior algebras
The adjugate can be viewed in abstract terms using exterior algebras. Let {{math|V}} be an {{math|n}}-dimensional vector space. The exterior product defines a bilinear pairing
Abstractly, is isomorphic to {{math|R}}, and under any such isomorphism the exterior product is a perfect pairing. That is, it yields an isomorphism
This isomorphism sends each {{math|v ∈ V}} to the map defined by
Suppose that {{math|T : V → V}} is a linear transformation. Pullback by the {{math|(n − 1)}}th exterior power of {{math|T}} induces a morphism of {{math|Hom}} spaces. The adjugate of {{math|T}} is the composite
If {{math|1=V = Rn}} is endowed with its canonical basis {{math|e1, ..., en}}, and if the matrix of {{math|T}} in this basis is {{math|A}}, then the adjugate of {{math|T}} is the adjugate of {{math|A}}. To see why, give the basis
Fix a basis vector {{math|ei}} of {{math|Rn}}. The image of {{math|ei}} under is determined by where it sends basis vectors:
= \begin{cases} (-1)^{i-1} \mathbf{e}_1 \wedge \dots \wedge \mathbf{e}_n, &\text{if}\ k = i, \\ 0 &\text{otherwise.} \end{cases}
On basis vectors, the {{math|(n − 1)}}st exterior power of {{math|T}} is
Each of these terms maps to zero under except the {{math|1=k = i}} term. Therefore, the pullback of is the linear transformation for which
That is, it equals
Applying the inverse of shows that the adjugate of {{math|T}} is the linear transformation for which
Consequently, its matrix representation is the adjugate of {{math|A}}.
If {{math|V}} is endowed with an inner product and a volume form, then the map {{math|φ}} can be decomposed further. In this case, {{math|φ}} can be understood as the composite of the Hodge star operator and dualization. Specifically, if {{math|ω}} is the volume form, then it, together with the inner product, determines an isomorphism
This induces an isomorphism
A vector {{math|v}} in {{math|Rn}} corresponds to the linear functional
By the definition of the Hodge star operator, this linear functional is dual to {{math|*v}}. That is, {{math|ω∨∘ φ}} equals {{math|v ↦ *v∨}}.
Higher adjugates
Let {{math|A}} be an {{math|n × n}} matrix, and fix {{math|r ≥ 0}}. The {{math|r}}th higher adjugate of {{math|A}} is an matrix, denoted {{math|adjr A}}, whose entries are indexed by size {{math|r}} subsets {{math|I}} and {{math|J}} of {{math|{1, ..., m
:
where {{math|σ(I)}} and {{math|σ(J)}} are the sum of the elements of {{math|I}} and {{math|J}}, respectively.
Basic properties of higher adjugates include {{Citation needed|date=November 2023}}:
- {{math|1=adj0(A) = det A}}.
- {{math|1=adj1(A) = adj A}}.
- {{math|1=adjn(A) = 1}}.
- {{math|1=adjr(BA) = adjr(A) adjr(B)}}.
- , where {{math|Cr(A)}} denotes the {{math|r}}th compound matrix.
Higher adjugates may be defined in abstract algebraic terms in a similar fashion to the usual adjugate, substituting and for and , respectively.
Iterated adjugates
Iteratively taking the adjugate of an invertible matrix A {{mvar|k}} times yields
:
:
For example,
:
:
See also
References
{{Reflist}}
Bibliography
- Roger A. Horn and Charles R. Johnson (2013), Matrix Analysis, Second Edition. Cambridge University Press, {{ISBN|978-0-521-54823-6}}
- Roger A. Horn and Charles R. Johnson (1991), Topics in Matrix Analysis. Cambridge University Press, {{ISBN|978-0-521-46713-1}}
External links
- [http://www.ee.ic.ac.uk/hp/staff/dmb/matrix/property.html#adjoint Matrix Reference Manual]
- [http://www.elektro-energetika.cz/calculations/matreg.php?language=english Online matrix calculator (determinant, track, inverse, adjoint, transpose)] Compute Adjugate matrix up to order 8
- {{cite web|url=http://www.wolframalpha.com/input/?i=adjugate+of+{+{+a%2C+b%2C+c+}%2C+{+d%2C+e%2C+f+}%2C+{+g%2C+h%2C+i+}+}|archive-url=|last=|first=|date=|title=
Adjugate of { { a, b, c }, { d, e, f }, { g, h, i } } |archive-date=|access-date=|work=Wolfram Alpha}}
{{Matrix classes}}