Connexions

You are here: Home » Content » Eigen-stuff in a Nutshell
Content Actions
Lenses

What is 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 ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Signals and Systems"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Also in these lenses
  • 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.

    richb's DSP
Tags

(?)

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

Eigen-stuff in a Nutshell

Module by: Michael Haag, Justin Romberg

Summary: This module provides a brief overview and review of the importance of eigenvectors and eigenvalues in analyzing and understanding LTI systems.

A Matrix and its Eigenvector

The reason we are stressing eigenvectors and their importance is because the action of a matrix AA on one of its eigenvectors vv is
  1. extremely easy (and fast) to calculate
    Av=λv A v λ v (1)
    just multiply vv by λ λ.
  2. easy to interpret: AA just scales vv, keeping its direction constant and only altering the vector's length.
If only every vector were an eigenvector of AA....

Using Eigenvectors' Span

Of course, not every vector can be ... BUT ... For certain matrices (including ones with distinct eigenvalues, λλ's), their eigenvectors span n n , meaning that for any xn x n , we can 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 (2)
Given Equation 2, we can rewrite Ax=b A x b . This equation is modeled in our LTI system pictured below:
eigv_sys.png
Figure 1: LTI System.
x=i α i vi x i α i v i b=i α i λ i vi b i α i λ i v i The LTI system above represents our Equation 1. Below is an illustration of the steps taken to go from xx to bb. xα=V-1xΛV-1xVΛV-1x=b x α V -1 x Λ V -1 x V Λ V -1 x b where the three steps (arrows) in the above illustration represent the following three operations:
  1. Transform x x using V-1 V -1 - yields αα
  2. Action of AA in new basis - a multiplication by Λ Λ
  3. Translate back to old basis - inverse transform using a multiplication by V V, which gives us bb

Comments, questions, feedback, criticisms?

Send feedback