Chapter 2: Determinants (2.1 - 2.3) Flashcards
Define
The minor of entry aij (denoted Mij)
The determinant of the submatrix that remains after the ith row and jth column are deleted from A.
The cofactor of entry aij (denoted Cij)
The number (-1)i+j Mij
Computation of the determinant of an nxn matrix A using cofactors
Multiply the entries in any row (or column) by their cofactors, and add the resulting products.
i.e.: det(A) = a1jC1j + a2jC2j + … +anjCnj
for any 1 ≤ j ≤ n
det(A), where A is an nxn triangular matrix
det(A) is the product of the of the entries on the main diagonal:
det(A) = a11a22 … ann
The determinant of a square matrix with a row/column of 0s
0
det(AT)
det(AT) = det(A)
det(B), when B is a result of a single row/column of A multiplied by a scalar k
A&B = nxn matrices
det(B) = k.det(A)
det(B), when B is a result of two rows/columns of A being interchanged.
A&B = nxn matrices
det(B) = - det(A)
det(B), when B is the result of a multiple of one row/column of A being added to another row/column.
A&B = nxn matrices
det(B) = det(A)
det(E), if E results from multiplying a row of In by k
det(E) = k
det(E), if E results from interchanging two rows of In
det(E) = -1
det(E), if E results from adding a multiple of one row of In to another
det(E) = 1
det(A), A is a square matrix with two proportional rows / columns
det(A) = 0
det(kA), where A is an nxn matrix
kn.det(A)
det(EB), where E & B are square matrices of the same size
det(EB) = det(E).det(B)