finals: sections 5.1-5.8 Flashcards
what is an eigenvector of an nxn matrix A?
nonzero vector x such that Ax = λx
when is a scalar λ called an eigenvalue?
if there is a nontrivial solution x of
Ax=λx
what are the eigenvalues of a triangular matrix?
the entries on its diagonal
what is the eigenspace of an nxn matrix A corresponding to λ?
it is the nullspace of the matrix A - λI. that is, the eigenspace consists of the zero vector and all eigenvectors corresponding to λ
if zero is NOT an eigenvalue for a matrix A _____________
then A is invertible
a scalar λ is an eigenvalue of an nxn matrix A if and only if it satisfies the characteristic equation __________
det(A - λI) = 0
an nxn matrix is diagonalizable if and only if ___________________
it has n linearly independent eigenvectors
when does finding the eigenvalues of a matrix become diffucult?
when the matrix is large,
has complex entries,
or the characteristic polynomial is difficult to factor
what is the power method used for?
it is used to estimate the strictly dominant eigenvalue
what is the strictly dominant eigenvalue?
λ is strictly GREATER THAN all the other eigenvalues of the matrix
what are the steps for the power method?
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
what is the dominant eigenvalue in the power method?
μk
what is the dominant eigenvector in the power method?
xk