Skip to content Skip to navigation

Connexions

You are here: Home » Content » Matrix Diagonalization

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.

    • External bookmarks
  • E-mail the author

Lenses

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.

This content is ...

In these lenses

  • richb's DSP

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

Recently Viewed

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Matrix Diagonalization

Module by: Michael Haag

Summary: (Blank Abstract)

From our understanding of eigenvalues and eigenvectors we have discovered several things about our operator matrix, AA. We know that if the eigenvectors of AA span n n and we know how to express any vector xx in terms of v1v2vn v 1 v 2 v n , then we have the operator AA all figured out. If we have AA acting on xx, then this is equal to AA acting on the combinations of eigenvectors. Which we know proves to be fairly easy!

We are still left with two questions that need to be addressed:

  1. When do the eigenvectors v1v2vn v 1 v 2 v n of AA span n n (assuming v1v2vn v 1 v 2 v n are linearly independent)?
  2. How do we express a given vector xx in terms of v1v2vn v 1 v 2 v n ?

Answer to Question #1

Question #1:

When do the eigenvectors v1v2vn v 1 v 2 v n of AA span n n ?
If AA has nn distinct eigenvalues i,ij: λ i λ j i i j λ i λ j where ii and jj are integers, then AA has nn linearly independent eigenvectors v1v2vn v 1 v 2 v n which then span n n .

aside:

The proof of this statement is not very hard, but is not really interesting enough to include here. If you wish to research this idea further, read Strang, G., "Linear Algebra and its Application" for the proof.
Furthermore, nn distinct eigenvalues means detA-λI= c n λn+ c n 1 λn-1++ c 1 λ+ c 0 =0 A λ I c n λ n c n 1 λ n 1 c 1 λ c 0 0 has nn distinct roots.

Answer to Question #2

Question #2:

How do we express a given vector xx in terms of v1v2vn v 1 v 2 v n ?
We want to find α 1 α 2 α n α 1 α 2 α n such that
x= α 1 v1+ α 2 v2++ α n vn x α 1 v 1 α 2 v 2 α n v n (1)
In order to find this set of variables, we will begin by collecting the vectors v1v2vn v 1 v 2 v n as columns in a n×n matrix V V. V= v1v2vn V v 1 v 2 v n Now Equation 1 becomes x= v1v2vn α 1 α n x v 1 v 2 v n α 1 α n or x=Vα x V α which gives us an easy form to solve for our variables in question, αα: α=V-1x α V -1 x Note that VV is invertible since it has nn linearly independent columns.

Aside

Let us recall our knowledge of functions and there basis and examine the role of VV. x=Vα x V α x 1 x n =V α 1 α n x 1 x n V α 1 α n where αα is just xx expressed in a different basis: x= x 1 100+ x 2 010++ x n 001 x x 1 1 0 0 x 2 0 1 0 x n 0 0 1 x= α 1 v1+ α 2 v2++ α n vn x α 1 v 1 α 2 v 2 α n v n VV transforms xx from the standard basis to the basis v1v2vn v 1 v 2 v n

Matrix Diagonalization and Output

We can also use the vectors v1v2vn v 1 v 2 v n to represent the output, b b, of a system: b=Ax=A α 1 v1+ α 2 v2++ α n vn b A x A α 1 v 1 α 2 v 2 α n v n Ax= α 1 λ 1 v1+ α 2 λ 2 v2++ α n λ n vn=b A x α 1 λ 1 v 1 α 2 λ 2 v 2 α n λ n v n b Ax= v1v2vn λ 1 α 1 λ 1 α n A x v 1 v 2 v n λ 1 α 1 λ 1 α n Ax=VΛα A x V Λ α Ax=VΛV-1x A x V Λ V -1 x where ΛΛ is the matrix with the eigenvalues down the diagonal: Λ= λ 1 000 λ 2 000 λ n Λ λ 1 0 0 0 λ 2 0 0 0 λ n Finally, we can cancel out the x x and are left with a final equation for AA: A=VΛV-1 A V Λ V -1

Interpretation

For our interpretation, recall our key formulas: α=V-1x α V -1 x b=i α i λ i vi b i α i λ i v i We can interpret operating on xx with AA as: x 1 x n α 1 α n λ 1 α 1 λ 1 α n b 1 b n x 1 x n α 1 α n λ 1 α 1 λ 1 α n b 1 b n where the three steps (arrows) in the above illustration represent the following three operations:

  1. Transform x x using V-1 V -1 , which yields αα
  2. Multiplication by Λ Λ
  3. Inverse transform using V V, which gives us bb
This is the paradigm we will use for LTI systems!

Figure 1: Simple illustration of LTI system!
Figure 1 (eigv_sys.png)

Comments, questions, feedback, criticisms?

Send feedback