Go to CCP Homepage Go to Materials Page Go to Linear Algebra Materials Go to Table of Contents
Go Back One Page Go Forward One Page

Eigenvalues and Eigenvectors

Part 1: Commands related to eigenvalues and eigenvectors

We start by exploring the commands available in your favorite computer algebra system. Because these commands vary from one system to another, some of the instructions will be given in the prepared file and described here only in general terms.

  1. Enter the 3 x 3 matrix A. This matrix is simple enough that you can calculate its characteristic polynomial by hand. Do so.


  2. Now enter the commands that will construct the characteristic matrix and its determinant, the characteristic polynomial.


  3. Finish calculating the eigenvalues of A by hand: Factor your characteristic polynomial, and write down its roots. Then use your computer algebra system to check your work.


  4. Now use the command in your computer algebra system to calculate eigenvalues of A directly.


  5. One of the eigenvalues of A is 6. Find a basis for the null space of 6I - A, and explain what your result means in terms of "eigenstuff."


  6. Next, use a command to compute eigenvectors of A directly. Explain what you see as output.


  7. Finally, use a command to compute both the eigenvalues of A and a matrix P whose columns are the eigenvectors. (If no such command is available, build P from the eigenvectors in the preceding step.) Calculate P-1AP, and explain the result.


Go to CCP Homepage Go to Materials Page Go to Linear Algebra Materials Go to Table of Contents
Go Back One Page Go Forward One Page


modules at math.duke.edu