In linear algebra, a minor of a matrix is the determinant of some smaller square matrix generated from by removing one or more of its rows and columns. Minors obtained by removing just one row and one column from square matrices (first minors) are useful for calculating matrix cofactors, which are useful for computing both the determinant and inverse of square matrices. The requirement that the square matrix be smaller than the original matrix is often omitted in the definition.
If is a square matrix, then the minor of the entry in the -th row and -th column (also called the minor, or a first minor) is the determinant of the submatrix formed by deleting the -th row and -th column. This number is often denoted . The cofactor is obtained by multiplying the minor by .
To illustrate these definitions, consider the following matrix,
To compute the minor and the cofactor , we find the determinant of the above matrix with row 2 and column 3 removed.
So the cofactor of the entry is
Let be an matrix and an integer with , and . A minor of , also called minor determinant of order of or, if , the th minor determinant of (the word "determinant" is often omitted, and the word "degree" is sometimes used instead of "order") is the determinant of a matrix obtained from by deleting rows and columns. Sometimes the term is used to refer to the matrix obtained from as above (by deleting rows and columns), but this matrix should be referred to as a (square) submatrix of , leaving the term "minor" to refer to the determinant of this matrix. For a matrix as above, there are a total of minors of size . The minor of order zero is often defined to be 1. For a square matrix, the zeroth minor is just the determinant of the matrix.
Let
be ordered sequences (in natural order, as it is always assumed when talking about minors unless otherwise stated) of indexes. The minor corresponding to these choices of indexes is denoted or or or or or (where the denotes the sequence of indexes , etc.), depending on the source. Also, there are two types of denotations in use in literature: by the minor associated to ordered sequences of indexes and , some authors mean the determinant of the matrix that is formed as above, by taking the elements of the original matrix from the rows whose indexes are in and columns whose indexes are in , whereas some other authors mean by a minor associated to and the determinant of the matrix formed from the original matrix by deleting the rows in and columns in ; which notation is used should always be checked. In this article, we use the inclusive definition of choosing the elements from rows of and columns of . The exceptional case is the case of the first minor or the -minor described above; in that case, the exclusive meaning is standard everywhere in the literature and is used in this article also.
The complement of a minor of a square matrix, , is formed by the determinant of the matrix from which all the rows () and columns () associated with have been removed. The complement of the first minor of an element is merely that element.
The cofactors feature prominently in Laplace's formula for the expansion of determinants, which is a method of computing larger determinants in terms of smaller ones. Given an matrix , the determinant of , denoted , can be written as the sum of the cofactors of any row or column of the matrix multiplied by the entries that generated them. In other words, defining then the cofactor expansion along the -th column gives:
The cofactor expansion along the -th row gives:
One can write down the inverse of an invertible matrix by computing its cofactors by using Cramer's rule, as follows. The matrix formed by all of the cofactors of a square matrix is called the cofactor matrix (also called the matrix of cofactors or, sometimes, comatrix):
Then the inverse of is the transpose of the cofactor matrix times the reciprocal of the determinant of :
The transpose of the cofactor matrix is called the adjugate matrix (also called the classical adjoint) of .
The above formula can be generalized as follows: Let
be ordered sequences (in natural order) of indexes (here is an matrix). Then
where denote the ordered sequences of indices (the indices are in natural order of magnitude, as above) complementary to , so that every index appears exactly once in either or , but not in both (similarly for the and ) and denotes the determinant of the submatrix of formed by choosing the rows of the index set and columns of index set . Also, A simple proof can be given using the wedge product. Indeed,
where are the basis vectors. Acting by on both sides, one gets
The sign can be worked out to be
so the sign is determined by the sums of elements in and .
Given an matrix with real entries (or entries from any other field) and rank , then there exists at least one non-zero minor, while all larger minors are zero.
We will use the following notation for minors: if is an matrix, is a subset of with elements, and is a subset of with elements, then we write for the minor of that corresponds to the rows with index in and the columns with index in .
Both the formula for ordinary matrix multiplication and the CauchyâÂÂBinet formula for the determinant of the product of two matrices are special cases of the following general statement about the minors of a product of two matrices. Suppose that is an matrix, is an matrix, is a subset of with elements and is a subset of with elements. Then
where the sum extends over all subsets of with elements. This formula is a straightforward extension of the CauchyâÂÂBinet formula.
A more systematic, algebraic treatment of minors is given in multilinear algebra, using the wedge product: the -minors of a matrix are the entries in the -th exterior power map.
If the columns of a matrix are wedged together at a time, the minors appear as the components of the resulting -vectors. For example, the 2 ÃÂ 2 minors of the matrix
are âÂÂ13 (from the first two rows), âÂÂ7 (from the first and last row), and 5 (from the last two rows). Now consider the wedge product
where the two expressions correspond to the two columns of our matrix. Using the properties of the wedge product, namely that it is bilinear and alternating,
and antisymmetric,
we can simplify this expression to
where the coefficients agree with the minors computed earlier.
In some books, instead of cofactor the term adjunct is used. Moreover, it is denoted as and defined in the same way as cofactor:
Using this notation the inverse matrix is written this way:
Keep in mind that adjunct is not adjugate or adjoint. In modern terminology, the "adjoint" of a matrix most often refers to the corresponding adjoint operator.