Math (1, 2, 2) Flashcards
memorization
define Eigenvalue
A scalar λ ∈ R, or a factor by which the vector (which stays on its original span) gets stretched or squished
An eigenvector x is a vector that satisfies this equation for the eigenvalue.
Define Spectrum
define Eigenvector
0 ≠ x ∈ R^n. vectors that stay on their span after a linear transformation.
eigen vector and value equation
an eigen value of A is a scalar
What is an eigenspace W associated with an eigenvalue ?
The vector subspace of Rn defined by W = {x 2 Rn : (A - I)x = 0}.
True or False: Eigenvectors associated with distinct eigenvalues of a symmetric matrix are orthogonal.
True.
What is the characteristic polynomial of a symmetric matrix A of order n?
pA(t) = tn + n-1tn-1 + … + (-1)n det A.
What is the degree of the characteristic polynomial for a symmetric matrix of order n?
n.
What does it mean if an eigenvalue has multiplicity m()?
It is the number of times the eigenvalue appears as a root of the characteristic polynomial.
What is an eigenbasis?
An orthonormal basis of Rn formed by eigenvectors of a symmetric matrix.
Fill in the blank: The dimension of the eigenspace W is equal to the _______ of the eigenvalue .
multiplicity m().
What is the trace of a matrix A?
The sum of the diagonal entries, denoted as tr A.
In the context of eigenvalues, what does the Rank-Nullity Theorem state?
dim W + dim Im T = n.
What is the implication of a symmetric matrix A having n distinct eigenvalues?
It indicates that there are at most n independent eigenvectors.
How can one find an eigenpair (; x)?
First find the eigenvalue by solving det(A - I) = 0, then find the eigenvector x by solving (A - I)x = 0.
What is the relationship between the discriminant of the characteristic polynomial and the roots?
The discriminant indicates that all roots of the polynomial are real.
What does Proposition 1251 state about the dimension of eigenspaces?
dim W = m() for each eigenvalue .
What are the vectors associated with the eigenvalue 2?
(0; 0; 1) and (p3; p3; 0)
These vectors form part of the eigenbasis for R3.
What is the dimension of W1?
1
What is the dimension of W3?
2
What forms an eigenbasis of R3?
The vectors (p3; 3; 0), (0; 0; 1), and (1; r2; 0)
These vectors are crucial for understanding the structure of the space.
What is the Gram-Schmidt orthonormalization process used for?
To turn a set of linearly independent vectors into an orthonormal basis.
What is the formula for the first normalized vector x~1?
x~1 = x1 / ||x1||
What is the auxiliary vector y2 defined as?
y2 = x2 - Pspan{ x~1 }(x2)