PlanetMath (more info)
 Math for the people, by the people.
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: High Entry average rating: No information on entry rating
[parent] eigenvalue (of a matrix) (Definition)

Definition

Let $ A$ be an complex $ n \times n$ matrix. A number $ \lambda \in \mathbb{C}$ is said to be an eigenvalue of $ A$ if there is a nonzero $ n \times 1$ column vector $ x$ for which

$\displaystyle A x = \lambda x. $

Computation of Eigenvalues

The computation of the eigenvalues of a given matrix $ A$ is relatively easy from a theoretical point of view, though often computationally infeasible, or at least difficult. The basic procedure is to note that the eigenvalues of a matrix are precisely the solutions to the equation

$\displaystyle \det(\lambda I - A) = 0. $
where $ I$ denotes the $ n \times n$ identity matrix and $ \det$ is the determinant function. As the above determinant is simply a polynomial (of degree $ n$, called the characteristic polynomial of $ A$) in $ \lambda$ with coefficients in $ \mathbb{C}$, its roots can be calculated or approximated accordingly to give the eigenvalues of the matrix. Following this train of thought, we also note that this polynomial has degree at least 1, so since $ \mathbb{C}$ is algebraically closed, it is thus guaranteed that any $ A$ has at least one eigenvalue (and at most $ n$). If $ \lambda$ is a multiple root (say, of multiplicity $ k$) of the defining polynomial, we say that $ \lambda$ is an eigenvalue of multiplicity $ k$.

If one is given a $ n \times n$ matrix $ A$ of real numbers, the above argument implies that $ A$ has at least one complex eigenvalue; the question of whether or not $ A$ has real eigenvalues is more subtle since there is no real-numbers analogue of the fundamental theorem of algebra. It should not be a surprise then that some real matrices do not have real eigenvalues. For example, let

$\displaystyle A = \begin{pmatrix}0 & -1 \\ 1 & 0 \end{pmatrix}. $
In this case $ \det(\lambda I - A) = \lambda^2 + 1$; clearly no real number $ \lambda$ satisfies $ \lambda^2 + 1 = 0$; hence $ A$ has no real eigenvalues (although $ A$ has complex eigenvalues $ i$ and $ -i$).

If one converts the above theory into an algorithm for calculating the eigenvalues of a matrix $ A$, one is led to a two-step procedure:

  • Compute the polynomial $ \det(\lambda I - A)$.
  • Solve $ \det(\lambda I - A) = 0$.
Unfortunately, computing $ n \times n$ determinants and finding roots of polynomials of degree $ n$ are both computationally messy procedures for even moderately large $ n$, so for most practical purposes variations on this naive scheme are needed. See the eigenvalue problem for more information.

Properties



"eigenvalue (of a matrix)" is owned by mathcam. [ full author list (2) | owner history (1) ]
(view preamble)

View style:


This object's parent.
Log in to rate this entry.
(view current ratings)

Cross-references: symmetric matrix, diagonalizable, purely imaginary, skew-symmetric, Hermitian matrices, eigenvalue problem, variations, even, algorithm, fundamental theorem of algebra, implies, argument, real numbers, multiplicity, multiple root, algebraically closed, roots, coefficients, characteristic polynomial, degree, polynomial, function, determinant, identity matrix, equation, solutions, point, eigenvalues, column vector, eigenvalue, number, matrix, complex

This is version 8 of eigenvalue (of a matrix), born on 2003-06-26, modified 2005-06-29.
Object id is 4397, canonical name is EigenvalueOfAMatrix.
Accessed 24169 times total.

Classification:
AMS MSC15-00 (Linear and multilinear algebra; matrix theory :: General reference works )
 15A18 (Linear and multilinear algebra; matrix theory :: Eigenvalues, singular values, and eigenvectors)
 65-00 (Numerical analysis :: General reference works )
 65F15 (Numerical analysis :: Numerical linear algebra :: Eigenvalues, eigenvectors)

Pending Errata and Addenda
None.
[ View all 6 ]
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add derivation | add example | add (any)