Eigenvalues

The eigenvalues of a matrix are the roots of its characteristic equation. The 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. 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

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


Singular Values

[m*n, m>=n] The singular values of A are the positive square roots of the eigenvalues of A'A.