minor (of a matrix)
Given an matrix with entries , a minor of isthe determinant of a smaller matrix formed from its entries by selectingonly some of the rows and columns. Let and be subsets of and, respectively. The indices are chosen such that and . The -thorder minor defined by and is the following determinant
If exceeds either or , then the minor isautomatically zero. When , the minor is simply the determinantof the matrix. If , then the minor is called principal.The word minor may also refer to just the matrix formed fromthe selected rows and columns, not necessarily its determinant. The precisemeaning is usually clear from context.
There does not seem to be a standard notation for matrix minors.Another possible notation is .
Some authors reserve the term minor for the case when only onerow and one column are removed. This use is in conjunction with theconcept of a cofactor
(http://planetmath.org/LaplaceExpansion).