Skip to content Skip to navigation

Connexions

You are here: Home » Content » Computing Eigenvectors and Eigenvalues

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 author
  • 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.

Computing Eigenvectors and Eigenvalues

Module by: Richard Baraniuk

Summary: An overview of the concepts behind computing eigenvectors and eigenvalues.

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.

Step 1: Find the Eigenvalues

Find λ λ such that Av=λv A v λ v with v0 v 0 .

Avλv=0 A v λ v 0 (1)
AvλIv=0 A v λ I v 0 (2)
where I I is the indentity matrix in the form 1000010000......00...1 1 0 0 0 0 1 0 0 0 0 ... ... 0 0 ... 1
AλIv=0 A λ I v 0 (3)
This means, matrix AλI A λ I is not invertible or
detAλI=0 A λ I 0 (4)
where det˙ ˙ is the determinant.

So solve detAλI=0 A λ I 0 which will be a polynomial of order N N; λ λ's are its roots.

Example 1

A=3-1-13 A 3 -1 -1 3

AλI=3-1-13λ00λ=3λ-1-13λ A λ I 3 -1 -1 3 λ 0 0 λ 3 λ -1 -1 3 λ (5)
detAλI=det3λ-1-13λ=3λ2 -1 2=λ26λ+8=λ2λ4=0 A λ I 3 λ -1 -1 3 λ 3 λ 2 -1 2 λ 2 6 λ 8 λ 2 λ 4 0 (6)
Therefore the eigenvalues are λ 1 =2 λ 1 2 , and λ 2 =4 λ 2 4 .

Step 2: Find the Eigenvectors

For each λ i λ i solve the N×N N N set of linear equations for vi v i

Avi=λvi A v i λ v i (7)
with N N equations in N N unknowns.

Example 2

A=3-1-13 A 3 -1 -1 3 , λ 1 =2 λ 1 2 , λ 2 =4 λ 2 4

for λ 1 =2 λ 1 2 ,

3-1-13v11v12=2v11v12 3 -1 -1 3 v 11 v 12 2 v 11 v 12 (8)
v1=v11v12=11 v 1 v 11 v 12 1 1 (9)

for λ 2 =4 λ 2 4 ,

3-1-13v21v22=4v21v22 3 -1 -1 3 v 21 v 22 4 v 21 v 22 (10)
v2=v21v22=1-1 v 2 v 21 v 22 1 -1 (11)

Question:

What should be done with "repeated eigenvalues" (ie: when λ i = λ j λ i λ j for some λ i λ j λ i λ j )?

Comments, questions, feedback, criticisms?

Send feedback