Eigenvalues And Eigenvectors Flashcards

1
Q

Eigenvalue

A

Given
Av = λ*v (where λ is a real number constant)
lambda is the eigen value

in other words, a constant that if multiplied by a special input vector the output made by that input is a that constant multiplied by the input vector

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

Eigen

A

means “self” in german

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

Eigenvector

A

A vector v where
Av = const*v

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

How to find the eigenvalues

A

Solve det(A - λ*I) = 0 for lambda.

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

Characteristic polynomial of a linear transformation A

A

Pₐ(λ) = det(A- λ*I)
The lambdas for which it is zero are defined as the eigenvalues of A.

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

Eigenspace

A

Vλ(A) = the set of all v in domain for which Av = lambda*v for some lambda.

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

How to find the basis of the eigenspace of a linear transformation A

A
  1. Find the eigenvalues by solving dim(A - λ*I) = 0 for all lambda.
  2. For each eigenvalue, plug into
    (A - λI)v = 0 and solve for v. (This is simply a homogenous system, we solve it like any other.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly