eigensystems and canonical forms Flashcards
eigenvector:
a vector x is an eigenvalue of A (A is square) if x is nonzero and Ax is a multiple of x
i.e. there is some λ such that Ax=λx
eigenvalue:
λ is an eigenvalue of A if Ax=λx with x being an eigenvector
det(λI-A)=0
eigenpair:
the λ and x that are eigenvalue/vector of A
characteristic polynomial:
p(λ)=det(λI-A) - some polynomial equal to 0
spectrum:
the set of all eigenvalues of A
an nxn matrix has n eigenvalues, so Λ(A)={λ1,…,λn}
invariant subspace:
a subspace X is invariant for A if AX in X - x in X implies Ax in X
how to check if the spectrum of B is contained within the spectrum of A:
let the columns of Y in C^(nxp), p<=n, form a basis for a subspace X of C^n. X is invariant iff AY=YB for some B in C^pxp. when the latter holds, the spectrum of B is contained within that of A
similar:
two matrices A and B are similar if there exists a nonsingular matrix P such that B=P^(-1)AP
similarity transformation:
B=P^(-1)AP
transforming matrix:
P in B=P^(-1)AP
similarity and eigenpairs:
if A and B are similar, A and B have the same eigenvalues, and x is an eigenvector of A with associated eigenvalue λ iff P^(-1)x is an eigenvector of B with the same associated eigenvalue
unitarily similar:
two matrices A and B are unitarily similar if there is a unitary matrix U such that B=U*AU
orthogonally similar:
if A and B are real matrices, they are orthogonally similar if there is a real orthogonal matrix U such that B=U^(T)AU
if A is similar to a diagonal matrix:
A is called diagonalizable and/or simple
schur’s theorem:
let A be a square matrix, then there exists a unitary matrix U and an upper triangular matrix T such that T=U^(-1)AU=U*AU