![]()
MATH347DS L09: Eigenproblems
|
Determinants
geometric interpretation
computation rules
Characteristic polynomial
repeated roots, algebraic multiplicity
Eigenspaces
null space dimension, geometric multiplicity
Eigendecomposition
possible if algebraic multiplicity equals geometric multiplicity for each eigenvalues
simple, meaning, an orthogonal or unitary decomposition for normal matrices
Computing the SVD reduces to computing two eigenproblems
![]()
Geometric definition
|
Definition. The determinant of a square matrix
is a real number giving the (oriented) volume of the parallelepiped spanned by matrix column vectors.
![]()
Determinants of ,
size matrices
|
Computation of a determinant with
Computation of a determinant with
Where do these determinant computation rules come from? Two viewpoints
Geometric viewpoint: determinants express parallelepiped volumes
Algebraic viewpoint: determinants are computed from all possible products that can be formed from choosing a factor from each row and each column
![]()
Determinant in 2D gives area of parallelogram
|
In two dimensions a “parallelepiped” becomes a parallelogram with area given as
Take as the base, with length . Vector is at angle to -axis, is at angle to -axis, and the angle between , is . The height has length
Use , , ,
![]()
Determinant calculations
|
The geometric interpretation of a determinant as an oriented volume is useful in establishing rules for calculation with determinants:
Determinant of matrix with repeated columns is zero (since two edges of the parallelepiped are identical). Example for
This is more easily seen using the column notation
Determinant of matrix with linearly dependent columns is zero (since one edge lies in the 'hyperplane' formed by all the others)
![]()
Determinant calculation rules
|
Separating sums in a column (similar for rows)
with
Scalar product in a column (similar for rows)
with
Linear combinations of columns (similar for rows)
with .
![]()
Determinant of transpose, matrix product, non-full rank matrices
|
, if then
![]()
The eigenvalue problem
|
For square matrix find non-zero vectors whose directions are not changed by multiplication by , , is scalar, the eigenvalue problem.
Consider the eigenproblem for . Rewrite as
Since , a solution to eigenproblem exists only if is singular.
singular implies .
Investigate form of
, an -degree polynomial in , characteristic polynomial of , with roots, , the eigenvalues of
![]()
Eigenproblem in matrix form
|
, eigenvalue problem () in matrix form:
is the eigenvector matrix, is the (diagonal) eigenvalue matrix
If column vectors of are linearly independent, then is invertible
the eigendecomposition of (compare to , )
Rule “determinant of product = product of determinants” implies
![]()
Simple cases
|
Eigendecomposition of . Compare
to find eigenvalues , , eigenvectors , .
Eigendecomposition of . Compare
to find eigenvalues , eigenvectors .
Reflection across -axis in
is a diagonal matrix, , , ,
![]()
rotation matrix eigenvalues
|
Rotate by around axis in
One direction not change by rotation is with
Where are the other two directions?
Compute characteristic polynomial
One root of is , as expected.
Solve to find remaining eigenvalues to be complex
![]()
Complex numbers primer
|
can be represented in
Cartesian form
Polar form
Complex conjugate of negates imaginary part
Absolute value of is
Argument of is angle from polar form
Absolute value can be expressed as
Recall for
stating that squared 2-norm of real vector is sum of squares of components.
Extend above to vector of complex numbers by
Taking the complex conjugate and transposing arises frequently, notation
![]()
rotation matrix eigenvectors
|
Consider . Eigenvector satisfies
which implies
Compute basis vector for
Find eigenvector
Repeat for , find
![]()
Verify
rotation eigenvectors, eigenvalues
|
Compute
In general a polynomial of degree with real coefficients has complext roots
![]()
Not all eigenvector matrices are invertible
|
Consider
Eigenvalues , a repeated root, since
However
, FTLA , only one non-zero eigenvector
![]()
Algebraic, geometric multiplicity
|
Definition
Example. has two single roots , and a repeated root . The eigenvalue has an algebraic multiplicity of 2
Definition
Definition
Theorem. A matrix is diagonalizable if the geometric multiplicity of each eigenvalue is equal to the algebraic multiplicity of that eigenvalue.
![]()
Computing eigenvectors
|
Find eigenvectors as non-trivial solutions of system , e.g.,
Note convenient choice of row operations to reduce amount of arithmetic, and use of knowledge that is singular to deduce that last row must be null
In traditional form the above row-echelon reduced system corresponds to
![]()
When is diagonal factorization useful?
|
Suppose diagonalizable,
Repeated application of
Above allows definition of , for example
The differential system has solution .