Chapter 5 – Key Concepts Flashcards

1
Q

What is an eigenvector of an n×n matrix A? An eigenvalue?

A

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 λ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the eigenvalues of a triangular matrix?

A

The eigenvalues of a triangular matrix are the entries on its main diagonal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the determinant of a matrix A in terms of its row echelon form U?

A

det A = (-1)r ⋅ (product of pivots in U) if A is invertible, and det A = 0 when A is not invertible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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?

A

s. The number 0 is not an eigenvalue of A.
t. The determinant of A is not zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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. 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’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If λ is an eigenvalue of A, then what must be true about the characteristic equation det(A - λI)?

A

A scalar λ is an eigenvalue of an n×n matrix A if and only if λ satisfies the characteristic equation:

det(A - λI) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If A and B are similar, what must be true about their eigenvalues and characteristic polynomials?

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If A and B have the same eigenvalues, are they similar? What is the relationship between row equivalent and similarity?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the diagonalization theorem?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

a. The multiplicity of the eigenvalue λk.
b. n. (i) it factors completely into linear factors. (ii) the multiplicity of λk.
c. ℝn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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?

A

[T(x)]C = M [x]B where M is the matrix for T relative to the bases B and C.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If [T(x)]C = M [x]B, what are columns of the matrix M in terms of b1, …, bn ∈ B?

A

M = [[T(b1)]C … [T(bn)]C]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the Diagonal Matrix Representation Theorem?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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?

A

P = [Re(v) Im(v)]

C = [[a -b] [b a] ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the power method for estimating a strictly dominant eigenvalue?

A
  1. Select an initial vector x0 whose largest entry is 1.
  2. For k = 0, 1, …,
    a. Compute Axk.
    b. Let µk be an entry in Axk whose absolute value is as large as possible.
    c. Compute xk+1 = (1/µk) Axk.
  3. For almost all choices of x0, the sequence {µk} approaches the dominant eigenvalue, and the sequence {xk} approaches a corresponding eigenvector.
17
Q

What is the inverse power method for estimating an eigenvalue λ of A?

A
  1. Select an initial estimate α sufficiently close to λ.
  2. Select an initial vector x0 whose largest entry is 1.
  3. For k = 0, 1, …,
    a. Solve (A - αI)yk = xk for yk.
    b. Let µk be an entry in yk whose absolute value is as large as possible.
    c. Compute vk = α + (1/µk).
    d. Compute xk+1 = (1/µk)yk.
  4. For almost all choices of x0, the sequence {vk} approaches the eigenvalue λ of A, and the sequence {xk} approaches a corresponding eigenvector.