Description:

  • Diagonalizable Matrix
  • Not all matrices are diagonalizable, however, most matrices are, in a sense that any non-diagonalizable matrix is infinitesimally close to a diagonalizable one.
  • Symmetric matrices are always diagonalizable, with real eigenvalues and orthogonal eigenvectors
  • Any square matrix can be written as , where is a square (possibly complex-valued) invertible matrix, and where each block is a Jordan Block
    1. are (possibly equal) eigenvalues of
    2. By convention when the size of that matrix is 1 .
    3. A diagonalizable matrix has Jordan blocks of size 1 only.
    4. The ‘s are (possibly equal, possibly complex) eigenvalues.

Applications:

Matrrix powers:
  • Assume that is diagonalizable: , with diagonal. Then any power of can be easily computed, as
  • Cayley-Hamilton Theorem: For any square matrix , if is the characteristic polynomial of , then
Matrix exponential:
  • For a square matrix we define the exponential as
  • Using the Jordan decomposition we can prove that the series always converges.
  • For diagonalizable matrices with and invertible, we have
Roots of polynomial:
  • We can use eigenvalue decomposition to find the zeroes of a (univariate) polynomial: let
    • where is given.
  • Define the “companion” matrix
  • Fact: we have
    • proof: is root if and only if the vector is an eigenvector of , with eigenvalue
Linear discrete dynamical systems:
  • Consider the (discrete-time) linear dynamical system
  • We have for every
  • Asymptotic stability:
    • Assume that for every
    • The system is said to be asymptotically stable if, from any initial condition, we return to the equilibrium state : that is
    • Asymptotic stability is equivalent to as . In turn, this is the same as , for every .
    • Continuous-time case
      • Consider the (continuous-time) linear dynamical system
      • For every
      • Proof: we can show that
    • Asymptotic stability is equivalent to as . In turn, this is the same as , for every .
  • examples: structure dynamics
    • Dynamical model of mechanical structure (e.g., bridge) where
      • contains position at discrete locations on bridge
      • , the “mass matrix”, is positive-definite
      • , the “stiffness” matrix, is positive semi-definite
      • is a forcing function (e.g., wind)
    • Stability of system related to eigenvalues of