78. Minor

A minor of a matrix is the determinant of a smaller square matrix obtained by deleting some rows and some columns of . The deleted rows and columns do not need to share indices — that distinguishes a minor from a principal minor.

Pick rows and columns — different sets, this is not a principal minor:

78.1. -minor (cofactor expansion)

The most-used minor is the -minor : delete row and column from and take the determinant of what’s left. Used in cofactor expansion:

78.2. Variants

78.3. Where minors show up