Final Review Sheet for Math 207, Spring 2007
Concepts to know from Chapter 2
- What is the determinant det(A) of an n×n matrix
A?
- the recursive definition
- what is a minor
- what is a cofactor
- what is the cofactor expansion along a row or column
- special cases
- 1×1 matrices
- 2×2 matrices
- upper-triangular matrices
- lower-triangular matrices
- diagonal matrices
- (other) matrices with very few non-zero entries
- matrices with a row or column of zeros
- matrices with a row (or column) that is a multiple of another row
(or column)
- the combinatorial definition
- what are permutations of the numbers 1,2,3,...,n
- the number of inversions in a permutation
- the sign of a permuation
- what are elementary products from an n×n
matrix A
- det(A) as the sum of all elementary products from A,
each with the corresponding sign of its permutation
- what determinants are for
- MOST IMPORTANT FACT: det(A) = 0 if and only if A is
singular
- Cramer's Rule
- the adjoint formula for the inverse of a matrix
- what is the adjoint adj(A) of a matrix A
- a formula for A-1 in terms of det(A)
and adj(A)
- changing a matrix, seeing the corresponding change of its determinant
- det(AT)=det(A)
- the effect of each type of elementary row operation on the
determinant
- det(k A), where k is a scalar and A a square
matrix
- det(A-1)
- an incredibly useful relationship: det(AB)=det(A)det(B)
- eigenvalues and eigenvectors
- what they are
- the equation to solve for eigenvalues: det(A-λI)=0
- the equation to solve for eigenvectors: (A-λI)X=0,
for X a non-trivial vector
- VERY IMPORTANT: add the condition det(A)≠0 as another
equivalent version of the listed equivalent statements in the big
theorem on properties of invertible matrices (for which, see the
Midterm II Review Sheet, "Concept
Q" or the book's Theorem
2.3.6 on page 109.
Things to know how to do
- compute the determinant
- with the recursive definition
- with the combinatorial definition
- by row-reducing the matrix, tracking the corresponding changes
to the determinant, and finally computing the determinant of
a triangular matrix
- in special cases (2×2, 3×3, UT, LT, diagonal, sparse,
with zero rows/columns or rows/columns that are related to other
rows/columns)
- use the value of the determinant as a hypothesis or conclusion in
applications of the "big theorem on invertible matrices" mentioned above
- find eigenvalues and eigenvectors
- find solutions of linear systems with Cramer's rule
- use the adjoint formula for the inverse of a matrix
- track the changes in the determinant corresponding to changes in the
matrix (transpose, row or column operations, inversion, etc.)
Jonathan Poritz
(jonathan.poritz@gmail.com)