Chapter 5 – Key Concepts Flashcards
What is an eigenvector of an n×n matrix A? An eigenvalue?
An eigenvector of an n×n matrix A is a nonzero vector x such that Ax = λx for some scalar λ. A scalar λ is called an eigenvalue of A if there is a nontrivial solution x of Ax = λx; such an x is called an eigenvector corresponding to λ.
What are the eigenvalues of a triangular matrix?
The eigenvalues of a triangular matrix are the entries on its main diagonal.
If v1, …, vr are eigenvectors that correspond to distinct eigenvalues λ1, …, λr of an n×n matrix A, then the set {v1, …, vr} is linearly independent.
What is the determinant of a matrix A in terms of its row echelon form U?
det A = (-1)r ⋅ (product of pivots in U) if A is invertible, and det A = 0 when A is not invertible.
What is the IMT continued for eigenvectors? That is, let A be n×n. Then A is invertible if and only if:
s. The number 0 is or is not an eigenvalue of A?
t. The determinant of A is or is not equal to 0?
s. The number 0 is not an eigenvalue of A.
t. The determinant of A is not zero.
Let A and B be n×n matrices. Evaluate the following properties of determinants:
a. A is invertible ⇔ det A ≠ ?
b. det(AB) = what in terms of determinants of A and B?
c. how is det AT related to det A?
d. If A is triangular, then det A is what product?
e. How do row replacement, interchange, and scaling affect the determinant of A?
a. A is invertible ⇔ det A ≠ 0
b. det(AB) = det(A) det(B)
c. det(AT) = det(A)
d. If A is triangular, det(A) = product of the main diagonal of A.
e. Row replacement doesn’t affect det(A), an interchange between A and A’ ⇒ det(A) = -det(A’), and row scaling scales the determinant by the same factor: if A’ is A with one row scaled by k, then k det(A) = det(A’)
If λ is an eigenvalue of A, then what must be true about the characteristic equation det(A - λI)?
A scalar λ is an eigenvalue of an n×n matrix A if and only if λ satisfies the characteristic equation:
det(A - λI) = 0
If A and B are similar, what must be true about their eigenvalues and characteristic polynomials?
If n×n matrices A and B are similar, then they have the same characteristic polynomial and hence the same eigenvalues (with the same multiplicities).
If A and B have the same eigenvalues, are they similar? What is the relationship between row equivalent and similarity?
Matrices are not necessarily similar if they have the same eigenvalues. Similarity is not at all the same thing as row equivalence, as row operations usually alter the eigenvalues of a matrix.
What is the diagonalization theorem?
An n×n matrix A is diagonalizable ⇔ A has n linearly independent eigenvectors.
Also, A = PDP-1, with D a diagonal matrix ⇔ the columns of P are n linearly independent eigenvectors of A. In this case, the diagonal entries of D are eigenvalues of A that correspond, respectively, to the eigenvectors in P.
Let A be an n×n matrix whose distinct eigenvalues include λ1, …, λp. Evaluate the following:
a. For 1 ≤ k ≤ p, the dimension of the eigenspace for λk ≤ what?
b. The matrix A is diagonalizable ⇔ the sum of the dimensions of the eigenspaces equals what? And this happens ⇔ (i) what about the factorization of the characteristic polynomial? ⇔ (ii) the dimension of the eigenspace for each λk equals what?
c. If A is diagonalizable and Bk is a basis for the eigenspace corresponding to λk ∀ k, then the collection of vectors in the sets B1, …, Bp forms an eigenvector basis for what?
a. The multiplicity of the eigenvalue λk.
b. n. (i) it factors completely into linear factors. (ii) the multiplicity of λk.
c. ℝn
Let T : V → W, where V ⊆ ℝn and W ⊆ ℝm. Let B be a basis for V, and C be a basis for W. What is the matrix equation expression for this mapping in terms of a vector x ∈ V?
[T(x)]C = M [x]B where M is the matrix for T relative to the bases B and C.
If [T(x)]C = M [x]B, what are columns of the matrix M in terms of b1, …, bn ∈ B?
M = [[T(b1)]C … [T(bn)]C]
What is the Diagonal Matrix Representation Theorem?
Suppose A = PDP-1, where D is a diagonal n×n matrix. If B is the basis for ℝn formed from the columns of P, then D is the B-matrix for the transformation x ↦ Ax.
Let A be a real 2×2 matrix with a complex eigenvalue λ = a + bi (b ≠ 0) and an associated eigenvector v ∈ ℂ2. Then A = PCP-1, where P is what and C is what?
P = [Re(v) Im(v)]
C = [[a -b] [b a] ]