




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The properties of invertible matrices and their relationship to vector spaces. It covers the equivalence of various conditions for matrix invertibility, the writing of a matrix as a product of elementary matrices, and the definition and properties of subspaces and bases. It also introduces the concept of an inner product and its relation to orthogonal projections.
Typology: Study notes
1 / 8
This page cannot be seen from the preview
Don't miss anything!





MATH 240 Spring, 2006
Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1–1.6, 2.1–2.2, 3.2–3.8, 4.3–4.5, 5.1–5.3, 5.5, 6.1–6.5, 7.1–7.2, 7.
Chapter 1: Linear Equations and Matrices
DEFINITIONS
There are a number of definitions concerning systems of linear equations on pages 1–2 and 26–27. The numbered definitions 1.1–1.4 and 1.6–1.7 concern matrices and matrix operations.
1.5 (p 18). If A = [aij ] is an m × n matrix, then its transpose is AT^ = [aji].
1.8–1.9 (p 40). A square matrix A is symmetric if AT^ = A and skew symmetric if AT^ = −A.
1.10 (p 43). An n × n matrix A is invertible (also called nonsingular) if it has an inverse matrix A−^1 such that AA−^1 = In and A−^1 A = In. If A is not invertible, it is called a singular matrix.
(p 30 Ex #41). The trace of a square matrix is the sum of the entries on its main diagonal.
THEOREMS
1.1–1.4 (pp 32–35) These theorems list the basic properties of matrix operations. The only surprises are that we can have AB 6 = BA, and that (AB)T^ = BT^ AT^.
1.5–1.8 (pp 43–45) Inverses are unique. If A and B are invertible n × n matrices, then AB, A−^1 , and AT^ are invertible, with (AB)−^1 = B−^1 A−^1 , (A−^1 )−^1 = A, and (AT^ )−^1 = (A−^1 )T^.
USEFUL EXERCISES
(p 48 Ex #42). The matrix A =
a b c d
is invertible if and only if ad − bc 6 = 0, and in this case A−^1 = 1 ad − bc
d −b −c a
Chapter 2: Solving Linear Systems
DEFINITIONS
2.1 (p 78). The definitions of row echelon form and reduced row echelon form are easier to understand than to write down. You need to know how to use them.
2.2 (p 79) These are the elementary row operations on a matrix: (I) interchange two rows; (II) multiply a row by a nonzero number; (III) add a multiple of one row to another.
2.3 (p 80) Two matrices are row equivalent if one can be obtained from the other by doing a finite sequence of elementary row operations.
2.4 (p 101) A matrix that is obtained from the identity matrix by doing a single elementary row operation is called an elementary matrix.
THEOREMS
2.1–2.2 (pp 80–83). Every matrix is row equivalent to a matrix in row echelon form, and row equivalent to a unique matrix in reduced row echelon form.
2.3 (p 85). Linear systems are equivalent if and only if their augmented matrices are row equivalent.
2.4 (p 95). A homogeneous linear system has a nontrivial solution whenever it has more unknowns than equations.
2.5–2.6 (p 102). Elementary row operations can be done by multiplying by elementary matrices.
2.7 (p 102). Any elementary matrix has an inverse that is an elementary matrix of the same type.
2.8 (p 103). A matrix is invertible if and only if it can be written as a product of elementary matrices.
2.9 (p 102). The homogeneous system Ax = 0 has a nontrivial solution if and only if A is singular.
2.10 (p 106). A square matrix is singular if and only if it is row equivalent to a matrix with a row of zeros.
2.11 (p 108). If A and B are n × n matrices with AB = In, then BA = In and thus B = A−^1.
The summary on page 104 is important:
The following conditions are equivalent for an n × n matrix A: (1) A is invertible; (2) Ax = 0 has only the trivial solution; (3) A is row equivalent to the identity; (4) for every vector b, the system Ax = b has a unique solution; (5) A is a product of elementary matrices.
ALGORITHMS
3.9 (p 171). If a vector space has a basis with n elements, then it cannot contain more than n linearly independent vectors.
Cor (pp 172–173). Any two bases have the same number of elements; dim(V ) is the maximum number of linearly independent vectors in V ; dim(V ) is the minimum number of vectors in any spanning set.
3.10 (p 174). Any linearly independent set can be expanded to a basis.
3.11 (p 175). If dim(V ) = n, and you have a set of n vectors, then to check that it forms a basis you only need to check one of the two conditions (spanning and linear independence).
3.16 (p 202). Row equivalent matrices have the same row space.
3.17 (p 206). For any matrix (of any size), the row rank and column rank are equal.
3.18 [The rank-nullity theorem] (p 207). If A is any m × n matrix, then rank(A) + nullity(A) = n.
3.20 (p 209). An n × n matrix has rank n if and only if it is row equivalent to the identity.
3.20 (p 210). Ax = b has a solution if and only if the augmented matrix has the same rank as A.
Summary of results on invertibility (p 211). The following are equivalent for any n × n matrix A: (1) A is invertible (3) A is row equivalent to the identity (5) A is a product of elementary matrices (4) Ax = b always has a solution (2) Ax = 0 has only the trivial solution (6) rank(A) = n (7) nullity(A) = 0 (8) the rows of A are linearly independent (9) the columns of A are linearly independent
ALGORITHMS
Chapter 4: Inner Product Spaces
DEFINITIONS
4.1 (p 235). Let V be a real vector space. An inner product on V is a function that assigns to each ordered pair of vectors u, v in V a real number (u, v) satisfying: (1) (u, u) ≥ 0; (u, u) = 0 if and only if u = 0. (2) (v, u) = (u, v) for any u, v in V. (3) (u + v, w) = (u, w) + (v, w) for any u, v, w in V. (4) (cu, v) = c(u, v) for any u, v in V and any scalar c.
4.2 (p 240). A vector space with an inner product is called an inner product space. It is a Euclidean space if it is also finite dimensional.
Def (p 239). If V is a Euclidean space with ordered basis S, then the matrix C with (v, w) = [v]TS C [w]S is called the matrix of the inner product with respect to S (see Theorem 4.2).
4.3 (p 243). The distance between vectors u and v is d(u, v) = ||u − v||.
4.4 (p 243). The vectors u and v are orthogonal if (u, v) = 0.
4.5 (p 243). A set S of vectors is orthogonal if any two distinct vectors in S are orthogonal. If each vector in S also has length 1, then S is orthonormal.
4.6 (p 260). The orthogonal complement of a subset W is W ⊥^ = {v in V | (v, w) = 0 for all w in V }.
Def (p 267). Let W be a subspace with orthonormal basis w 1 ,... , wm. The orthogonal projection of a vector v on W is projW (v) =
∑m i=1(v,^ wi)wi.
THEOREMS
4.2 (p 237). Let V be a Euclidean space with ordered basis u 1 , u 2 ,... , un}. If C is the matrix [(ui, uj )], then for every v, w in V the inner product is given by (v, w) = [v]TS C [w]S.
4.3 (p 240). If u, v belong to an inner product space, then |(u, v) ≤ ||u|| ||v||. (Cauchy–Schwarz inequality)
Cor (p 242). If u, v belong to an inner product space, then ||u + v|| ≤ ||u|| + ||v||. (Triangle inequality)
4.4 (p 244). A finite orthogonal set of nonzero vectors is linearly independent.
4.5 (p 248). Relative to an orthonormal basis, coordinate vectors can be found by using the inner product.
4.6 (p 249). Any finite dimensional subspace of an inner product space has an orthonormal basis.
4.7 (p 253). If S is an orthonormal basis for an inner product space V , then (u, v) = [u]S · [v]S.
4.9 (p 260). If W is a subspace of V , then W ⊥^ is a subspace with W ∩ W ⊥^ = { 0 }.
4.10 (p 262). If W is a finite dimensional subspace of an inner product space V , then every vector in V can be written uniquely as a sum of a vector in W and a vector in W ⊥. Notation: V = W ⊕ W ⊥
4.12 (p 263). The null space of a matrix is the orthogonal complement of its row space.
ALGORITHMS
(i) Start with any basis S = {u 1 ,... , um} for W (ii) Start constructing an orthogonal basis T ∗^ = {v 1 ,... , vm} for W by letting v 1 = u 1. (iii) To find v 2 , start with u 2 and subtract its projection onto v 1. v 2 = u 2 −
(u 2 , v 1 ) (v 1 , v 1 ) v 1
(iv) To find vi, start with ui and subtract its projection onto the span of the previous vi’s vi = ui −
(ui, v 1 ) (v 1 , v 1 )
v 1 −
(ui, v 2 ) (v 2 , v 2 )
v 2 −... −
(ui, vi− 1 ) (vi− 1 , vi− 1 )
vi− 1
(v) Construct the orthonormal basis T = {w 1 ,... , wm} by dividing each vi by its length wi =
||vi||
vi
Chapter 6: Determinants
Important note: the definitions and theorems in this chapter apply to square matrices.
DEFINITIONS
6.4 (p 373). Let A = [aij ] be a matrix. The cofactor of aij is Aij = (−1)i+j^ det(Mij ), where Mij is the matrix found by deleting the ith row and j th column of A.
6.5 (p 381). The adjoint of a matrix A is adj(A) = [Aji], where Aij is the cofactor of aij.
THEOREMS
Results connected to row reduction:
6.2 (p 363). Interchanging two rows (or columns) of a matrix changes the sign of its determinant.
6.5 (p 365). If every entry in a row (or column) has a factor k, then k can be factored out of the determinant.
6.6 (p 365). Adding a multiple of one row (or column) to another does not change the determinant.
6.7 (p 366). If A is in row echelon form, then det(A) is the product of terms on the main diagonal.
Some consequences: 6.3 (p 364). If two rows (or columns) of a matrix are equal, then its determinant is zero.
6.4 (p 364). If a matrix has a row (or column) of zeros, then its determinant is zero.
Other facts about the determinant:
6.1 (p 363). For the matrix A, we have det(AT^ ) = det(A).
6.8 (p 369). The matrix A is invertible if and only if det(A) 6 = 0.
6.9 (p 369). If A and B are both n × n matrices, then det(AB) = det(A) · det(B).
Cor (p 370). If A is invertible, then det(A−^1 ) =
det(A)
Cor (p 370). Similar matrices have the same determinant.
Expansion by cofactors:
6.10 (p 374). If A is an n × n matrix, then det(A) =
∑n j=1 aij^ Aij^. (expansion by cofactors along row i) Note: This can be used to define the determinant by induction, rather than as in Def 6.2 on p 359.
6.12 (p 382). For the matrix A we have A · adj(A) = det(A) · I and adj(A) · A = det(A) · I.
Cor (p 383). If A is invertible, then A−^1 =
det(A) adj(A).
5.13 [Cramer’s rule] (p 385). If det(A) 6 = 0, then the system Ax = b has solution xi =
det(Ai) det(A) , where Ai is the
matrix obtained form A by replacing the ith column of A by b.
ALGORITHMS
USEFUL EXERCISES
(p 372 Ex #10). If k is a scalar and A is an n × n matrix, then det(kA) = kn^ det(A).
(p 372 Ex #19). Matrices in block form: If A and B are square matrices, then
(p 384 Ex #14). If A is an n × n matrix, then det(adj(A)) = [det(A)]n−^1.
Chapter 7: Eigenvalues and Eigenvectors
DEFINITIONS
7.1 (pp 394, 399). Let L : V → V be a linear transformation. The real number λ is an eigenvalue of L if there is a nonzero vector x in V for which L(x) = λx. In this case x is an eigenvector of L (with associated eigenvalue λ).
Note: this means that L maps the line determined by x back into itself.
Def (p 407, Ex 14). If λ is an eigenvalue of the linear transformation L : V → V , then the eigenspace associated with λ is {x in V | L(x) = λx}.
7.2 (p 401). The characteristic polynomial of a square matrix A is det(λI − A).
7.3 (p 410). A linear transformation L : V → V is diagonalizable if it is possible to find a basis S for V such that the matrix MS←S (L) of L with respect to S is a diagonal matrix.
Def (p 413). A square matrix is diagonalizable if it is similar to a diagonal matrix.
7.4 (p 430). A square matrix A is orthogonal if A−^1 = AT^.
THEOREMS
7.1 (p 402). The eigenvalues of a matrix are the real roots of its characteristic polynomial.
7.2 (p 411). Similar matrices have the same eigenvalues.
7.3 (p 412). A linear transformation L : V → V is diagonalizable if and only if it is possible to find a basis for V that consists of eigenvectors of L.
7.5 (p 415). A square matrix is diagonalizable if its characteristic polynomial has distinct real roots.
7.6 (p 427). The characteristic polynomial of a symmetric matrix has real roots.
7.7 (p 428). For a symmetric matrix, eigenvectors associated with distinct eigenvalues are orthogonal.
7.8 (p 431). A square matrix is orthogonal if and only if its columns (rows) are orthonormal.
7.9 (p 431). Let A be a symmetric matrix. Then there exists an orthogonal matrix P such that P −^1 AP is a diagonal matrix. The entries of P −^1 AP are the eigenvalues of A.
ALGORITHMS