minor (of a matrix) (original) (raw)
Given an n×m matrix A with entries aij, a minor of A is the determinant of a smaller matrix formed from its entries by selecting only some of the rows and columns. Let K={k1,k2,…,kp} andL={l1,l2,…,lp} be subsets of {1,2,…,n} and{1,2,…,m}, respectively. The indices are chosen such thatk1<k2<⋯<kp and l1<l2<⋯<lp. The p-th order minor defined by K and L is the following determinant
| A(k1k2⋯kpl1l2⋯lp)=|ak1l1ak1l2⋯ak1lpak2l1ak2l2⋯ak2lp⋮⋮⋱⋮akpl1akpl2⋯akpkp|. | | ------------------------------------------------------------------------------------- |
If p exceeds either m or n, then the minor is automatically zero. When p=m=n, the minor is simply the determinant of the matrix. If K=L, then the minor is called principal. The word minor may also refer to just the matrix formed from the selected rows and columns, not necessarily its determinant. The precise meaning is usually clear from context.
There does not seem to be a standard notation for matrix minors. Another possible notation is [A]K,L.