Cofactor (linear algebra)
From Wikipedia, the free encyclopedia
In linear algebra, the cofactor describes a particular construction that is useful for calculating both the determinant and inverse of square matrices. Specifically the cofactor of an entry of a matrix is the signed minor of that entry.
Contents |
[edit] Informal approach to minors and cofactors
Finding the minors of a matrix is a multi-step process. First, choose the an entry aij from the matrix. Then cross out the terms that lie in the equivalent row i and column j. Next, rewrite the matrix without the marked entries. Finally, obtain the determinant of this new matrix. This determinant is termed the minor Mij for entry aij. Once the minor has been obtained, the cofactor can be determined by multiplying the minor Mij by ( − 1)i + j where i and j are the row and column numbers that correspond to the minor Mij.
[edit] Definition
If A is a square matrix, then the minor entry of aij is denoted by Mij and is defined to be the determinant of the submatrix that remains after the i-th row and the j-th column are deleted from A. The number ( − 1)i + jMij is denoted by Cij and is called the cofactor of aij.
[edit] Example
Given the matrix
suppose we wish to find the cofactor C23. The minor M23 is the determinant of the above matrix with row 2 and column 3 removed.
- yields
Using the given definition it follows that
Note: the vertical lines are an equivalent notation for det(matrix)
[edit] Cofactor expansion
Given the matrix
The determinant of A (det(A)) can be written as the sum of its cofactors multiplied by the entries that generated them.
(cofactor expansion along the jth column)
(cofactor expansion along the ith row)
for any row i and column j in the matrix A.
[edit] Matrix of cofactors
The matrix of cofactors for an n by n matrix A is the matrix that contains the corresponding cofactor Cij in place of every entry aij in A
yields
where Cij is the cofactor that corresponds to aij.
[edit] Adjugate
The adjugate matrix is the transpose of the matrix of cofactors and is very useful due to its relation to the inverse of A.
The matrix of cofactors
when transposed becomes
[edit] See also
[edit] References
- Anton, Howard, Chris, Rorres (2005), Elementary Linear Algebra (9th ed.), John Wiley and Sons, ISBN 0-471-66959-8
[edit] External links
- MIT Linear Algebra Lecture on Cofactors at Google Video, from MIT OpenCourseWare
- PlanetMath