Eigenvalues

Go to: Introduction, Notation, Index


The eigenvalues of a matrix are the roots of its characteristic equation. They may also be referred to by any of the fourteen other combinations of: [characteristic, eigen, latent, proper, secular] + [number, root, value].


Algebraic Multiplicity

An eigenvalue c has algebraic multiplicity k if (t-c)k is the highest power of (t-c) that divides the characteristic polynomial.


Characteristic Equation

[n*n] The characteristic equation of a matrix A is |tI-A| = 0. It is a polynomial equation in t.


Characteristic Matrix

[n*n]: The characteristic matrix of A is (tI-A) and is a function of the scalar t.


Characteristic Polynomial

[n*n] The characteristic polynomial, p(t), of a matrix A is p(t) = |tI - A|.


Eigenvalues

The eigenvalues of A are the roots of its characteristic equation: |tI-A| = 0.

The function eig(A) denotes a column vector containing all the eigenvalues of A with appropriate multiplicities.


Geometric Multiplicity

The geometric multiplicity of an eigenvalue c of a matrix A is the dimension of the subspace of vectors x for which Ax = cx.


Gersgorin Discs

The eigenvalues of a diagonal matrix equal its diagonal elements. If the off-diagonal elements are small rather than being exactly zero, the eigenvalues will be close to the diagonal elements.


Minimum Polynomial

The minimum polynomial, f(t) of a square matrix A[n#n] is the unique monic polynomial of least degree for which f(A)=0.


Singular Values

[m>=n] The singular values of A[m#n] are the positive square roots of the eigenvalues of AHA.

See also: Singular Value Decomposition


This page is part of The Matrix Reference Manual. Copyright © 1998-2005 Mike Brookes, Imperial College, London, UK. See the file gfl.html for copying instructions. Please send any comments or suggestions to "mike.brookes" at "imperial.ac.uk".
Updated: $Id: eigen.html 1621 2012-03-15 09:45:07Z dmb $