79. Principal Minor

A principal minor of an matrix is the determinant of a square submatrix whose diagonal is a subset of ‘s diagonal.

To form a principal minor: pick a subset of indices , then delete every row and column not in . The resulting submatrix is square; its determinant is the principal minor.

Pick rows/columns :

79.1. Levels (order)

A principal minor formed from indices is called a level- (or order-) principal minor.

For an matrix:

79.2. Where they show up

79.3. See also