Calculating Eigenvalues and Eigenvectors

Initialization Steps: Define a 2×2 matrix and compute its eigensystem

"index_1.gif"

"index_2.gif"

"index_3.gif"

"index_4.gif"

"index_5.gif"

"index_6.gif"

Solve the characteristic equation for the two eigenvalues:

"index_7.gif"

"index_8.gif"

Compute the eigenvectors:

"index_9.gif"

"index_10.gif"

"index_11.gif"

"index_12.gif"

Eigensystem will solve for eigenvalues and corresponding eigenvectors in one step:

"index_13.gif"

"index_14.gif"

Note the output format above: the first item in the list is a list of the two eigenvalues; the second item in the list is a list of the two corresponding eigenvectors.  Thus,  the eigenvector corresponding  2 π is (1,1).


Created by Wolfram Mathematica 6.0  (12 September 2007) Valid XHTML 1.1!