Skip to main content
Logo image

Section 8.2 Terminology and notation

(i,j)th minor of a square matrix A
the determinant of the smaller square matrix obtained from A by removing the ith row and the jth column
— written Mij
(i,j)th cofactor of a square matrix A
equal to either the corresponding minor of A or its negative, depending on whether i+j is even or odd
— written Cij
cofactor expansion along the ith row of square matrix A
the formula ai1Ci1+ai2Ci2++ainCin, where Cij denotes the (i,j)th cofactor of A
cofactor expansion along the jth column of square matrix A
the formula a1jC1j+a2jC2j++anjCnj, where again Cij denotes the (i,j)th cofactor of A
determinant
the common value of all cofactor expansions of a particular square matrix
— written detA

Alternative determinant notation.

When computing cofactor expansions, we are often performing determinant calculations inside determinant calculations, and it becomes awkward to have det symbols littered throughout our intermediate calculations. So we will also write |A| to mean the determinant of a matrix, especially for actual matrices. For example,
A=[123456789]detA=|123456789|.