← Back to Home

MATH1012 - Lecture 13
Skeleton Slides

Properties of Eigenvalues

  • The sum of all eigenvalues for a matrix is equal to its trace
    • The trace of a matrix is the sum of the diagonals
    • For upper-triangular matrices, the diagonal values are eigenvalues
  • The product of all eigenvalues is equal to the determinant

and have the same eigenvalues
has eigenvalues
has eigenvalues

  • Cayley-Hamilton Theorem: satisfies its own characteristic equation
    • i.e. if the polynomial is , then

Algebraic vs Geometric Multiplicity

⭐ The algebra tells us the maximum possible multiplicity
⭐ The geometry tells us the actual multiplicity

Diagonalisable

  • Diagonal matrices are square matrices where all entries outside the main diagonal (top left to bottom right) are zero
    • Diagonal matrices are convenient for calculations
    • We want to find a basis that will put a matrix, of a linear transformation, into a diagonal form
    • Easy to find high powers of diagonal matrices as you just raise each diagonal entry to that power

Diagonalisability Test

  • A matrix is diagonalisable if and only if:
    • It has all real eigenvalues
    • Every eigenvalue has the maximum possible geometric multiplicity
      • i.e. geometric = algebraic
    • Special Case: the matrix has distinct eigenvalues
      • i.e. each eigenvalue automatically has max multiplicity

A basis vector for a particular eigenvalue is always linearly independent of another eigenvectors’ basis

Creating a Diagonal Matrix

  • For a given matrix , we need to find , and to utilise the diagonal matrix
    • is the new diagonal matrix
      • The diagonals are made up of ‘s eigenvalues
    • is the eigenvector basis
      • is a matrix where each column is the eigenvectors of
  • Lets say you have the vector in the original coordinate system
    • where is in the eigenvector coordinate system
    • We need and to move between the original and eigenvector coordinate system
  • More info: Slides

Special Case

  • A matrix is symmetric if
  • If is symmetric:
    • Each eigenvalue of is real
    • Each eigenvalue has maximum multiplicity
    • Eigenvectors from distinct eigenspaces are orthogonal
  • Thus, symmetric matrices are diagonalisable

Annotated Slides