← Back to Home

MATH1012 - Lecture 12
Skeleton Slides

Systematic Approach to 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

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 of an Eigenvalue

  • 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

MATH1012 - Lecture 14
Annotated Slides