finals: sections 5.1-5.8 Flashcards

1
Q

what is an eigenvector of an nxn matrix A?

A

nonzero vector x such that Ax = λx

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

when is a scalar λ called an eigenvalue?

A

if there is a nontrivial solution x of
Ax=λx

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

what are the eigenvalues of a triangular matrix?

A

the entries on its diagonal

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

what is the eigenspace of an nxn matrix A corresponding to λ?

A

it is the nullspace of the matrix A - λI. that is, the eigenspace consists of the zero vector and all eigenvectors corresponding to λ

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

if zero is NOT an eigenvalue for a matrix A _____________

A

then A is invertible

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

a scalar λ is an eigenvalue of an nxn matrix A if and only if it satisfies the characteristic equation __________

A

det(A - λI) = 0

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

an nxn matrix is diagonalizable if and only if ___________________

A

it has n linearly independent eigenvectors

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

when does finding the eigenvalues of a matrix become diffucult?

A

when the matrix is large,
has complex entries,
or the characteristic polynomial is difficult to factor

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

what is the power method used for?

A

it is used to estimate the strictly dominant eigenvalue

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

what is the strictly dominant eigenvalue?

A

λ is strictly GREATER THAN all the other eigenvalues of the matrix

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

what are the steps for the power method?

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

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

what is the dominant eigenvalue in the power method?

A

μk

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

what is the dominant eigenvector in the power method?

A

xk

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