You are on page 1of 6

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors


• The vector x is an eigenvector of matrix A and λ is an
eigenvalue of A if: Ax= λx (assume non-zero x)
• Eigenvalues and eigenvectors are only defined for square
matrices (i.e., m = n)
• Eigenvectors are not unique (e.g., if X is an eigenvector,
so is k X)
• Zero vector is a trivial solution to the eigenvalue equation
for any number λ and is not considered as an eigenvector.
• Interpretation: the linear transformation implied by A
cannot change the direction of the eigenvectors X, but
change only their magnitude.
We summarize the computational approach for determining eigenpairs (, x)
(eigenvalues and eigen vector) as a two-step procedure:

Example: Find eigen vectors of

Step I. Find the eigenvalues.


The eigenvalues are  1  3 and  2  2.
Step II. To find corresponding (A - iIn)x = 0 for
eigenvectors we solve i = 1,2

Note: rref means reduced row echelon form.


0 1 
Example: Find eigenvalues and eigen vectors of A 
1 0 
The characteristic polynomial is
Computing λ and v
• To find the eigenvalues λ of a matrix A, find the roots
of the characteristic polynomial :

Ax= λx
Example:

1 2
x1  2 , x2   3 
 
   
1  1 

You might also like