eigenvalue
an eigenvector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. the corresponding eigenvalue, often denoted by
, is the factor by which the eigenvector is scaled.
is invertible iff the free coefficient isnt equal to 0 iff
iff
for all
.
let
be a linear operator on a vector space
. a nonzero vector
is called an eigenvector of
if there exists a scalar
such that
. the scalar
is called the eigenvalue corresponding to the eigenvector
.
let
be in
. a nonzero vector
is called an eigenvector of
if
is an eigenvector of
; that is, if
for some scalar
. the scalar
is called the eigenvalue of
corresopnding to the eigenvector
.
the words characteristic vector and proper vector are also used in place of eigenvector. the corresponding terms for eigenvalue are characteristic value and proper value.
[cite:;taken from @algebra_insel_2019 chapter 5.1 eigenvalues and eigenvectors]
let
the words characteristic vector and proper vector are also used in place of eigenvector. the corresponding terms for eigenvalue are characteristic value and proper value.
[cite:;taken from @algebra_insel_2019 chapter 5.1 eigenvalues and eigenvectors]
the eigenvector of a linear operator can be defined to be the eigenvector of a transformation matrix and vice versa. this is because matrices and linear transformations can be represented using one another. so when we refer to an eigenvalue (or eigenvector), it may be in reference to the eigenvalue (or eigenvector) of a linear transformation, or that of a matrix. it should be clear from context which is correct.
let
be an eigenvalue of a linear operator or matrix with characteristic polynomial
. the multiplicity (sometimes called algebraic multiplicity) of
is the largest positive integer
for which
is a factor of
.
[cite:;taken from @algebra_insel_2019 chapter 5 diagonalization]
[cite:;taken from @algebra_insel_2019 chapter 5 diagonalization]
the geometric multiplicity of an eigenvalue
is
which equals
.
if the characteristic polynomial of
can be decomposed into a multiplication of different linear operators then
is diagonalizable. in other words, if
has
distinct eigenvalues then
is diagonalizable.
the free coefficient in
equals
.
for every eigenvalue
,
.
for every eigenvalue
,
.
for every eigenvalue
,
(
).
an eigenvalue
is a matrix's special scaling factor, and its eigenvector
is a vector that just gets stretched, not changed in direction. when you find an eigenvalue, there are two ways to measure its importance, which can be thought of as a story of "expectation vs. reality." the algebraic multiplicity is the expectation set by the algebra--it's how many times the eigenvalue shows up as a solution. the geometric multiplicity is the reality found in the geometry--it's the actual number of independent eigenvector directions you find for that eigenvalue. a matrix is only diagonalizable when, for every single eigenvalue, the reality perfectly matches the expectation.
here is the table that breaks down that intuition:
here is the table that breaks down that intuition:
algebraic multiplicity ( | geometric multiplicity ( | |
---|---|---|
the source | the characteristic polynomial. | the actual eigenvectors / eigenspace. |
the question it answers | "how many times does the algebra tell me this eigenvalue is a solution?" | "how many independent directions are actually associated with this eigenvalue?" |
the intuition | the expectation. the algebra suggests that this eigenvalue is "important" enough to potentially contribute | the reality. this is what you actually get. it's the dimension of the line, plane, etc., that is simply stretched by the matrix. |
to find eigenvalues and eigenvectors of an operator
:
- choose any basis
for
.
- find the matrix representation
.
- find eigenvalues
and eigenvectors (coordinate vectors)
of
.
- the eigenvalues of
are
.
- the eigenvectors of
are
(obtained from
).