Jump to content

Adjugate matrix: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Definition: emphasized transposition, which apparently most accidental quasi-vandal IPs fail to read....
Line 4: Line 4:


== Definition ==
== Definition ==
The adjugate of '''A''' is the [[transpose]] of the [[cofactor matrix]] '''C''' of '''A''',
The adjugate of '''A''' is the [[transpose]] of the [[cofactor matrix]] '''C''' of '''A''',
:<math> \mathrm{adj}(\mathbf{A}) = \mathbf{C}^\mathsf{T} ~.</math>
:<math> \mathrm{adj}(\mathbf{A}) = \mathbf{C}^\mathsf{T} ~.</math>


Line 14: Line 14:
::<math>\mathbf{C}_{ij} = (-1)^{i+j} \mathbf{A}_{ij} ~.</math>
::<math>\mathbf{C}_{ij} = (-1)^{i+j} \mathbf{A}_{ij} ~.</math>


* The adjugate of '''A''' is the transpose of '''C''', that is, the {{math|''n''×''n''}} matrix whose (''i'',''j'') entry is the (''j'',''i'') cofactor of '''A''',
* The adjugate of '''A''' is the transpose of '''C''', that is, the {{math|''n''×''n''}} matrix whose (''i'',''j'') entry is the (''j'',''i'') cofactor of '''A''',
::<math>\mathrm{adj}(\mathbf{A})_{ij} = \mathbf{C}_{ji} = (-1)^{i+j} \mathbf{A}_{ji} \,</math>.
::<math>\mathrm{adj}(\mathbf{A})_{ij} = \mathbf{C}_{ji} = (-1)^{i+j} \mathbf{A}_{ji} \,</math>.




The adjugate is defined as it is so that the product of '''A''' with its adjugate yields a [[diagonal matrix]] whose diagonal entries are det('''A'''),
The adjugate is defined as it is so that the product of '''A''' with its adjugate yields a [[diagonal matrix]] whose diagonal entries are det('''A'''),
{{Equation box 1
{{Equation box 1
|indent =:
|indent =:

Revision as of 22:50, 29 February 2016

In linear algebra, the adjugate, classical adjoint, or adjunct of a square matrix is the transpose of its cofactor matrix.[1]

The adjugate[2] has sometimes been called the "adjoint",[3] but today the "adjoint" of a matrix normally refers to its corresponding adjoint operator, which is its conjugate transpose.

Definition

The adjugate of A is the transpose of the cofactor matrix C of A,

In more detail, suppose R is a commutative ring and A is an n×n matrix with entries from R.

  • The (i,j) minor of A, denoted Aij, is the determinant of the (n − 1)×(n − 1) matrix that results from deleting row i and column j of A.
  • The adjugate of A is the transpose of C, that is, the n×n matrix whose (i,j) entry is the (j,i) cofactor of A,
.


The adjugate is defined as it is so that the product of A with its adjugate yields a diagonal matrix whose diagonal entries are det(A),

A is invertible if and only if det(A) is an invertible element of R, and in that case the equation above yields

Examples

2 × 2 generic matrix

The adjugate of the 2 × 2 matrix

is

.

It is seen that det(adj(A)) = det(A) and hence that adj(adj(A)) = A.

3 × 3 generic matrix

Consider the 3×3 matrix

Its adjugate is the transpose of the cofactor matrix,

which is to say,

where

.

Therefore C, the matrix of cofactors for A, amounts to

The adjugate is the transpose of this cofactor matrix. Thus, for instance, the (3,2) entry of the adjugate is the (2,3) cofactor of A. (In this particular, non-generic, example, however, C happens to be its own transpose, so adj(A) = C, here.)

3 × 3 numeric matrix

As a specific example, we have

.

The −6 in the third row, second column of the adjugate was computed as follows:

Again, the (3,2) entry of the adjugate is the (2,3) cofactor of A. Thus, the submatrix

was obtained by deleting the second row and third column of the original matrix A.

It is easy to check the adjugate is the inverse times the determinant, −6.

Properties

The adjugate has the properties

for n×n matrices A and B. The second line follows from equations adj(B)adj(A) = det(B)B−1 det(A)A−1 = det(AB)(AB)−1.

Substituting in the second line B = Am − 1 and performing the recursion, one finds, for all integer m,

The adjugate preserves transposition,

Furthermore,

If A is a n×n matrix with n ≥ 2, then and
If A is an invertible n×n matrix, then

so that, if n = 2 and A is invertible, then det(adj(A)) = det(A) and adj(adj(A)) = A.

Taking the adjugate of an invertible matrix A k times yields

Inverses

In consequence of Laplace's formula for the determinant of an n×n matrix A,

where is the n×n identity matrix. Indeed, the (i,i) entry of the product A adj(A) is the scalar product of row i of A with row i of the cofactor matrix C, which is simply the Laplace formula for det(A) expanded by row i.

Moreover, for ij the (i,j) entry of the product is the scalar product of row i of A with row j of C, which is the Laplace formula for the determinant of a matrix whose i and j rows are equal, and therefore vanishes.

From this formula follows one of the central results in matrix algebra: A matrix A over a commutative ring R is invertible if and only if det(A) is invertible in R.

For, if A is an invertible matrix, then

and equation (*) above implies

Similarly, the resolvent of A is

where p(t) is the characteristic polynomial of A.

.

Characteristic polynomial

If

is the characteristic polynomial of then

where ,

is the first divided difference of p, a symmetric polynomial of degree n−1.

Jacobi's formula

The adjugate also appears in Jacobi's formula for the derivative of the determinant,

Cayley–Hamilton formula

The Cayley–Hamilton theorem allows the adjugate of A to be represented in terms of traces and powers of A:

where n is the dimension of A, and the sum is taken over s and all sequences of 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

The same results follow directly from the terminating step of the fast Faddeev–LeVerrier algorithm.

See also

References

  1. ^ F.R. Gantmacher, The Theory of Matrices v I (Chelsea Publishing, NY, 1960) ISBN 0-8218-1376-5 , pp 76-89
  2. ^ Strang, Gilbert (1988). "Section 4.4: Applications of determinants". Linear Algebra and its Applications (3rd ed.). Harcourt Brace Jovanovich. pp. 231–232. ISBN 0-15-551005-3.
  3. ^ Householder, Alston S. (2006). The Theory of Matrices in Numerical Analysis. Dover Books on Mathematics. ISBN 0486449726. {{cite book}}: Invalid |ref=harv (help) pp166-168
  • Roger A. Horn and Charles R. Johnson (1991), Topics in Matrix Analysis. Cambridge University Press, ISBN 978-0-521-46713-1