2.3/3.1/3.2 Flashcards
what is co factor expansion?
a formula for calcing the det A using cofactors associated with one row or one column, such as for row 1: det A = a_11*C_11 + …. + a_1n * C_1n
what are the row operations on a square matrix?
a. if a multiple of one row of A is added to another to produce a matrix B, then det B = det A
b. if 2 rows of A are interchanged to produce B, then det B = -det A
c. if one row of A is multiplied by k to produce B, then det B = k * det A.
if you’re trying to find the det of a matrix using row operations and you end up with a row of all zeros?
the matrix is linearly dependent and the det of the matrix is 0.
if A is an n x n matrix, then det A^T
equals det A
whats the multiplicative property for determinants
If A and B are n x n matrics, then det AB = (det A)(det B)
what must the det be of a square matrix iff it’s invertible?
det A ≠ 0
T or F: det(A)^-1 = (-1)det A
The statement is false. det(A)^-1 = (det A)^(-1)
Find a formula for det(rA) when A is an n x n matrix.
det(rA) = r^n * det A