A matrix minor is the determinant of a submatrix obtained by deleting one or more rows and/or columns from a given matrix. Specifically:

-th Order Minor

In an -by- matrix, a -th order minor is the determinant of a -by- submatrix, where can be any integer between and . The rows and columns can be any combination, as long as the number of rows and columns are equal.

Principal Minor

A principal minor is a minor where the rows and columns selected have the same row/column indices. For example, selecting the th, th, ..., th rows and columns.

Leading Principal Minor

A leading principal minor is a principal minor where the selected rows and columns have consecutive indices, i.e. the first rows and columns. The -th leading principal minor of a given matrix is unique