← Back to MATH1012

Introduction

  • If is an matrix, then a non-zero vector is called an eigenvector of with eigenvalue , if
    • i.e. multiplying by results in a scalar multiplication of
  • Eigenvalues can be found/proven through row-reduction
    • A system has non-zero solutions when
      • is identity matrix
    • Solving the determinant for can give us all eigenvalues

Systematic Approach to Finding Eigenvalues

  • If then:
    • is the identity matrix
    • When does have non-zero solutions?
      • These are the only eigenvalues that will work for
      • Remember, is the eigenvalue
  • We will solve this equation and then find all values for rather than manually checking if each value of works
  • Remember, is an eigenvector
    • i.e. a solution to the equation for a given and

You do not need to know , this process takes a vector , finds all possible eigenvalues it could produce and then allows you to solve for any possible . Once you have , create a homogenous system of equations (by moving the variables to the right-hand side) and solve for (do this for each potential ). Worked solution in the lecture recording.

Using Eigenvalues to Solve High Powers

  • Eigenvalues makes high power linear algebra analysis easy
  • Suppose :
  • Typically, you’ll express a vector in the form of two eigenvectors
      • The eigenvectors are given from solution to lecture example
    • Full example in lecture recording

Characteristic Polynomial

  • If is an matrix, then is a polynomial of degree in , called the characteristic polynomial of
  • is also known as the characteristic equation
    • Its solutions are the eigenvalues of
    • There are always complex solutions
      • But they may not be real and may be repeated
  • See: The Determinant

Eigenspaces

  • For a given eigenvalue , the eigenspace is the set of all eigenvectors corresponding to , together with the zero vector ( cannot be )
    • Represented by
  • which also equals
    • When describing an eigenspace, you should find a basis for it

Multiplicity

  • There can be repeated solutions for a characteristic equation
    • e.g. has solutions with the same
  • The algebraic multiplicity of a particular eigenvalue is , if:
    Remember, this is referring to an eigenvalue, not eigenspace!
  • The geometric multiplicity of a particular eigenvalue is the dimension of the eigenspace
    • i.e. how many vectors is in the basis of the eigenspace
    • It will always be less than or equal to the algebraic multiplicity

Algebraic vs Geometric Multiplicity

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

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
  • If is invertible:
      • Invertible matrices have trivial null space (only 0 maps to 0)
      • If , then of
        is not invertible
      • Start with


Diagonalisation

  • 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

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

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
  • This means we can simplify:
    • is a diagonal matrix, whose power can be easily solved
    • This helps us solve what would otherwise be a difficult problem
  • More info: Slides