Skip to content Skip to navigation

Connexions

You are here: Home » Content » Cayley-Hamilton Theorem

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the authors
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Recently Viewed

This feature requires Javascript to be enabled.

Cayley-Hamilton Theorem

Module by: Thanos Antoulas, JP Slavinsky

Summary: The Cayley-Hamilton Theorm. In vivid color.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

The Cayley-Hamilton Theorem states that every matrix satisfies its own characteristic polynomial. Given the following definition of the characteristic polynomial of AA,

xAλ=detλIA xA λ λ I A (1)
this theorem says that xAA=0 xA A 0 . Looking at an expanded form of this definition, let us say that xAλ=λn+α n - 1 λn1++α1λ+α0 xA λ λ n α n - 1 λ n 1 α1 λ α0

Cayley-Hamilton tells us that we can insert the matrix AA in place of the eigenvalue variable λλ and that the result of this sum will be 00: An+α n - 1 An1++α1A+α0I=0 A n α n - 1 A n 1 α1 A α0 I 0 One important conclusion to be drawn from this theorem is the fact that a matrix taken to a certain power can always be expressed in terms of sums of lower powers of that matrix.

An= - α n - 1 An1α1Aα0I A n - α n - 1 A n 1 α1 A α0 I (2)

Example 1

Take the following matrix and its characteristic polynomial. A=2111 A 21 11 xAλ=λ23λ+1 xA λ λ 2 3 λ 1 Plugging AA into the characteristic polynomial, we can find an expression for A2 A 2 in terms of AA and the identity matrix: A23A+I=0 A 2 3 A I 0

equation of characteristic polynomial

A2=3AI A 2 3 A I (3)

To compute A2 A 2 , we could actually perform the matrix multiplication, as below: A2=21112111=5332 A 2 21 11 21 11 53 32 Or taking equation of characteristic polynomial to heart, we can compute (with fewer operations) by scaling the elements of AA by 33 and then subtracting 11 from the elements on the diagonal. A2=6333I=5332 A 2 63 33 I 53 32

Comments, questions, feedback, criticisms?

Send feedback