Jump to content

Adjugate matrix

From Wikipedia, the free encyclopedia

Inlinear algebra,theadjugateof asquare matrixAis thetransposeof itscofactor matrixand is denoted byadj(A).[1][2]It is also occasionally known asadjunct matrix,[3][4]or "adjoint",[5]though the latter term today normally refers to a different concept, theadjoint operatorwhich for a matrix is theconjugate transpose.

The product of a matrix with its adjugate gives adiagonal matrix(entries not on the main diagonal are zero) whose diagonal entries are thedeterminantof the original matrix:

whereIis theidentity matrixof the same size asA.Consequently, the multiplicative inverse of aninvertible matrixcan be found by dividing its adjugate by its determinant.

Definition[edit]

TheadjugateofAis thetransposeof thecofactor matrixCofA,

In more detail, supposeRis a unitalcommutative ringandAis ann × nmatrix with entries fromR.The(i,j)-minorofA,denotedMij,is thedeterminantof the(n− 1) × (n− 1)matrix that results from deleting rowiand columnjofA.Thecofactor matrixofAis then × nmatrixCwhose(i,j)entry is the(i,j)cofactorofA,which is the(i,j)-minor times a sign factor:

The adjugate ofAis the transpose ofC,that is, then × nmatrix whose(i,j)entry is the(j, i)cofactor ofA,

Important consequence[edit]

The adjugate is defined so that the product ofAwith its adjugate yields adiagonal matrixwhose diagonal entries are the determinantdet(A).That is,

whereIis then × nidentity matrix.This is a consequence of theLaplace expansionof the determinant.

The above formula implies one of the fundamental results in matrix algebra, thatAisinvertibleif and only ifdet(A)is aninvertible elementofR.When this holds, the equation above yields

Examples[edit]

1 × 1 generic matrix[edit]

Since the determinant of a 0 × 0 matrix is 1, the adjugate of any 1 × 1 matrix (complexscalar) is.Observe that

2 × 2 generic matrix[edit]

The adjugate of the 2 × 2 matrix

is

By direct computation,

In this case, it is also true thatdet(adj(A)) =det(A) and hence thatadj(adj(A)) =A.

3 × 3 generic matrix[edit]

Consider a 3 × 3 matrix

Its cofactor matrix is

where

Its adjugate is the transpose of its cofactor matrix,

3 × 3 numeric matrix[edit]

As a specific example, we have

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

The−1in the second row, third column of the adjugate was computed as follows. The (2,3) entry of the adjugate is the (3,2) cofactor ofA.This cofactor is computed using thesubmatrixobtained by deleting the third row and second column of the original matrixA,

The (3,2) cofactor is a sign times the determinant of this submatrix:

and this is the (2,3) entry of the adjugate.

Properties[edit]

For anyn × nmatrixA,elementary computations show that adjugates have the following properties:

  • ,whereis theidentity matrix.
  • ,whereis thezero matrix,except that ifthen.
  • for any scalarc.
  • .
  • .
  • IfAis invertible, then.It follows that:
    • adj(A)is invertible with inverse(detA)−1A.
    • adj(A−1) = adj(A)−1.
  • adj(A)is entrywisepolynomialinA.In particular, over therealor complex numbers, the adjugate is asmooth functionof the entries ofA.

Over the complex numbers,

  • ,where the bar denotescomplex conjugation.
  • ,where the asterisk denotesconjugate transpose.

Suppose thatBis anothern × nmatrix. Then

This can beprovedin three ways. One way, valid for any commutative ring, is a direct computation using theCauchy–Binet formula.The second way, valid for the real or complex numbers, is to first observe that for invertible matricesAandB,

Because every non-invertible matrix is the limit of invertible matrices,continuityof the adjugate then implies that the formula remains true when one ofAorBis not invertible.

Acorollaryof the previous formula is that, for any non-negativeintegerk,

IfAis invertible, then the above formula also holds for negativek.

From the identity

we deduce

Suppose thatAcommuteswithB.Multiplying the identityAB=BAon the left and right byadj(A)proves that

IfAis invertible, this implies thatadj(A)also commutes withB.Over the real or complex numbers, continuity implies thatadj(A)commutes withBeven whenAis not invertible.

Finally, there is a more general proof than the second proof, which only requires that ann × nmatrix has entries over afieldwith at least 2n+ 1 elements (e.g. a 5 × 5 matrix over the integersmodulo11).det(A+tI)is a polynomial intwithdegreeat mostn,so it has at mostnroots.Note that theij th entry ofadj((A+tI)(B))is a polynomial of at most ordern,and likewise foradj(A+tI) adj(B).These two polynomials at theij th entry agree on at leastn+ 1 points, as we have at leastn+ 1 elements of the field whereA+tIis invertible, and we have proven the identity for invertible matrices. Polynomials of degreenwhich agree onn+ 1 points must be identical (subtract them from each other and you haven+ 1 roots for a polynomial of degree at mostn– a contradiction unless their difference is identically zero). As the two polynomials are identical, they take the same value for every value oft.Thus, they take the same value whent= 0.

Using the above properties and other elementary computations, it is straightforward to show that ifAhas one of the following properties, thenadj Adoes as well:

IfAisskew-symmetric,thenadj(A)is skew-symmetric for evennand symmetric for oddn.Similarly, ifAisskew-Hermitian,thenadj(A)is skew-Hermitian for evennand Hermitian for oddn.

IfAis invertible, then, as noted above, there is a formula foradj(A)in terms of the determinant and inverse ofA.WhenAis not invertible, the adjugate satisfies different but closely related formulas.

  • Ifrk(A) ≤n− 2,thenadj(A) =0.
  • Ifrk(A) =n− 1,thenrk(adj(A)) = 1.(Some minor is non-zero, soadj(A)is non-zero and hence hasrankat least one; the identityadj(A) A=0implies that thedimensionof thenullspaceofadj(A)is at leastn− 1,so its rank is at most one.) It follows thatadj(A) =αxyT,whereαis a scalar andxandyare vectors such thatAx=0andATy=0.

Column substitution and Cramer's rule[edit]

PartitionAintocolumn vectors:

Letbbe a column vector of sizen.Fix1 ≤inand consider the matrix formed by replacing columniofAbyb:

Laplace expand the determinant of this matrix along columni.The result is entryiof the productadj(A)b.Collecting these determinants for the different possibleiyields an equality of column vectors

This formula has the following concrete consequence. Consider thelinear system of equations

Assume thatAisnon-singular.Multiplying this system on the left byadj(A)and dividing by the determinant yields

Applying the previous formula to this situation yieldsCramer's rule,

wherexiis theith entry ofx.

Characteristic polynomial[edit]

Let thecharacteristic polynomialofAbe

The firstdivided differenceofpis asymmetric polynomialof degreen− 1,

MultiplysIAby its adjugate. Sincep(A) =0by theCayley–Hamilton theorem,some elementary manipulations reveal

In particular, theresolventofAis defined to be

and by the above formula, this is equal to

Jacobi's formula[edit]

The adjugate also appears inJacobi's formulafor thederivativeof the determinant. IfA(t)iscontinuously differentiable,then

It follows that thetotal derivativeof the determinant is the transpose of the adjugate:

Cayley–Hamilton formula[edit]

LetpA(t)be the characteristic polynomial ofA.TheCayley–Hamilton theoremstates that

Separating the constant term and multiplying the equation byadj(A)gives an expression for the adjugate that depends only onAand the coefficients ofpA(t).These coefficients can be explicitly represented in terms oftracesof powers ofAusing complete exponentialBell polynomials.The resulting formula is

wherenis the dimension ofA,and the sum is taken oversand all sequences ofkl≥ 0satisfying the linearDiophantine equation

For the 2 × 2 case, this gives

For the 3 × 3 case, this gives

For the 4 × 4 case, this gives

The same formula follows directly from the terminating step of theFaddeev–LeVerrier algorithm,which efficiently determines thecharacteristic polynomialofA.

In generally, adjugate matrix of arbitrary dimension N matrix can be computed by Einstein's convention.

Relation to exterior algebras[edit]

The adjugate can be viewed in abstract terms usingexterior algebras.LetVbe ann-dimensionalvector space.Theexterior productdefines a bilinear pairing

Abstractly,isisomorphictoR,and under any such isomorphism the exterior product is aperfect pairing.Therefore, it yields an isomorphism

Explicitly, this pairing sendsvVto,where

Suppose thatT:VVis alinear transformation.Pullback by the(n− 1)st exterior power ofTinduces a morphism ofHomspaces. TheadjugateofTis the composite

IfV=Rnis endowed with itscanonical basise1,…,en,and if the matrix ofTin thisbasisisA,then the adjugate ofTis the adjugate ofA.To see why, givethe basis

Fix a basis vectoreiofRn.The image ofeiunderis determined by where it sends basis vectors:

On basis vectors, the(n− 1)st exterior power ofTis

Each of these terms maps to zero underexcept thek=iterm. Therefore, the pullback ofis the linear transformation for which

that is, it equals

Applying the inverse ofshows that the adjugate ofTis the linear transformation for which

Consequently, its matrix representation is the adjugate ofA.

IfVis endowed with aninner productand a volume form, then the mapφcan be decomposed further. In this case,φcan be understood as the composite of theHodge star operatorand dualization. Specifically, ifωis the volume form, then it, together with the inner product, determines an isomorphism

This induces an isomorphism

A vectorvinRncorresponds to the linear functional

By the definition of the Hodge star operator, this linear functional is dual to*v.That is,ω∘ φequalsv↦ *v.

Higher adjugates[edit]

LetAbe ann × nmatrix, and fixr≥ 0.Therth higher adjugateofAis anmatrix, denotedadjrA,whose entries are indexed by sizersubsetsIandJof{1,...,m}[citation needed].LetIcandJcdenote thecomplementsofIandJ,respectively. Also letdenote the submatrix ofAcontaining those rows and columns whose indices are inIcandJc,respectively. Then the(I,J)entry ofadjrAis

whereσ(I)andσ(J)are the sum of the elements ofIandJ,respectively.

Basic properties of higher adjugates include[citation needed]:

  • adj0(A) = det A.
  • adj1(A) = adj A.
  • adjn(A) = 1.
  • adjr(BA) = adjr(A) adjr(B).
  • ,whereCr(A)denotes ther thcompound matrix.

Higher adjugates may be defined in abstract algebraic terms in a similar fashion to the usual adjugate, substitutingandforand,respectively.

Iterated adjugates[edit]

Iterativelytaking the adjugate of an invertible matrixAktimes yields

For example,

See also[edit]

References[edit]

  1. ^Gantmacher, F. R.(1960).The Theory of Matrices.Vol. 1. New York: Chelsea. pp. 76–89.ISBN0-8218-1376-5.
  2. ^Strang, Gilbert(1988)."Section 4.4: Applications of determinants".Linear Algebra and its Applications(3rd ed.). Harcourt Brace Jovanovich. pp.231–232.ISBN0-15-551005-3.
  3. ^Claeyssen, J.C.R. (1990). "On predicting the response of non-conservative linear vibrating systems by using dynamical matrix solutions".Journal of Sound and Vibration.140(1): 73–84.Bibcode:1990JSV...140...73C.doi:10.1016/0022-460X(90)90907-H.
  4. ^Chen, W.; Chen, W.; Chen, Y.J. (2004). "A characteristic matrix approach for analyzing resonant ring lattice devices".IEEE Photonics Technology Letters.16(2): 458–460.Bibcode:2004IPTL...16..458C.doi:10.1109/LPT.2003.823104.
  5. ^Householder, Alston S.(2006).The Theory of Matrices in Numerical Analysis.Dover Books on Mathematics. pp. 166–168.ISBN0-486-44972-6.

Bibliography[edit]

  • Roger A. Horn and Charles R. Johnson (2013),Matrix Analysis,Second Edition. Cambridge University Press,ISBN978-0-521-54823-6
  • Roger A. Horn and Charles R. Johnson (1991),Topics in Matrix Analysis.Cambridge University Press,ISBN978-0-521-46713-1

External links[edit]