Eigen Values Flashcards
(49 cards)
What is a hermitian matrix A^*.
A = (aij) => A^* = (conjugate aij)^T.
So ( 1 i )
1 + i, 1 - 2i )
= ( 1 1 - i )
-i 1 + 2i )
What does skew-symmetric / antisymmetric matrix mean?
A^T = -A
State the fundamental theorem of algebra.
Every p(x) ∈ ℂ[x], p(x) != 0, of degree n has precisely n complex roots, when counted with their multiplicity.
Define eigenvalue and eigenvector.
Let A ∈ Mn(F). A scalar λ is an eigenvalue of A is ∃ v ∈ F^n, v != 0n, s.t.
Av = λv
v is an eigenvector for the eigenvalue λ.
Define spectrum of A and how it is denoted.
Set of all eigenvalues of A.
σ(A)
T or F. If A ∈ Mn(R), then the eigenvalues of A must be strictly within R.
False, they can also be complex numbers or any set that R/F is a proper subset of.
T or F. If v is a eigen-vector of A then kv is also an eigenvector of A.
True.
How do we compute eigenvalues? Let A ∈ Mn(F).
det(A - λIn) = 0 where λ is the e-value.
Roots of characteristic polynomial.
What is the characrteristic (a) polynomial (b) equation of A?
(a) Pa(x) = det(A-xIn)
(b) det(A-xIn) = 0
Define eigenspace of A. A ∈ Mn(F).
The set of λ eigenvectors of A union with the zero vector.
Eλ := N(A - λIn)
T or F. Let A ∈ Mn(F) and let λ ∈ σ(A) then Esubλ is a subspace of F^n.
True.
Distinguish between algebraic multiplicity and geometric multiplicity.
gsubx, the geometric multiplicity of λ is the dimension of Esubλ.
asubλ, the algebraic multiplicity of λ is the multiplicity of λ as a root of the characteristic polynomial Pa(x).
State the important result relating to asubλ and gsubλ.
For all A ∈ Mn(F0 and for all λ ∈ σ(A)
1 <= gsubλ <= asubλ <= n
Define similar matrices.
Give proper notation!
Let A,B ∈ Mn(F). A is similar to B if ∃ an invertible matrix C ∈ Mn(F) s.t.
A = C^-1BC
A ~ B
T or F. If A ~ B then B ~ A.
True.
T or F. If A ~ B and B ~ C then A ~ C.
True.
T or F. A !~ A.
False.
What can we say about their determinants and traces of A ~ B?
det(A) = det(B)
trace(A) = trace(B)
Define trace(A).
The sum of the diagonal elements of the matrix A.
T or F. Let A ~ B, let Pa(x) be the characteristic polynomial of A and let Qa(x) be the characteristic polynomial of A. Pa(x) !- Qa(x).
False. They are always the same.
T or F. If A ~ B, then their e-values are the same.
True.
Let A ∈ Mn(R) or Mn(C). We have σ(A), can we calculate the trace and/or the determinant?
det(A) = λ1λ2…λn
trace(A) = λ1 + λ2 + … + λn
T or F. A ∈ Mn(R) of Mn(C) is invertible if and only if 0 !∈ σ(A).
True.
We know that A is an upper triangular matrix how can we get its e-values.
Values along diagonal are e-values.