Defective matrix

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Use American English In linear algebra, a defective matrix is a square matrix that does not have a complete basis of eigenvectors, and is therefore not diagonalizable. In particular, an n×n matrix is defective if and only if it does not have n linearly independent eigenvectors.[1] A complete basis is formed by augmenting the eigenvectors with generalized eigenvectors, which are necessary for solving defective systems of ordinary differential equations and other problems.

An n×n defective matrix always has fewer than n distinct eigenvalues, since distinct eigenvalues always have linearly independent eigenvectors. In particular, a defective matrix has one or more eigenvalues λ with algebraic multiplicity m>1 (that is, they are multiple roots of the characteristic polynomial), but fewer than m linearly independent eigenvectors associated with λ. If the algebraic multiplicity of λ exceeds its geometric multiplicity (that is, the number of linearly independent eigenvectors associated with λ), then λ is said to be a defective eigenvalue.[1] However, every eigenvalue with algebraic multiplicity m always has m linearly independent generalized eigenvectors.

A real symmetric matrix and more generally a Hermitian matrix, and a unitary matrix, is never defective; more generally, a normal matrix (which includes Hermitian and unitary matrices as special cases) is never defective.

Jordan block

Any nontrivial Jordan block of size 2×2 or larger (that is, not completely diagonal) is defective. (A diagonal matrix is a special case of the Jordan normal form with all trivial Jordan blocks of size 1×1 and is not defective.) For example, the n×n Jordan block

J=[λ1λ1λ],

has an eigenvalue, λ with algebraic multiplicity n (or greater if there are other Jordan blocks with the same eigenvalue), but only one distinct eigenvector Jv1=λv1, where v1=[100]. The other canonical basis vectors v2=[010],,vn=[001] form a chain of generalized eigenvectors such that Jvk=λvk+vk1 for k=2,,n.

Any defective matrix has a nontrivial Jordan normal form, which is as close as one can come to diagonalization of such a matrix.

Example

A simple example of a defective matrix is

[3103],

which has a double eigenvalue of 3 but only one distinct eigenvector

[10]

(and constant multiples thereof).

See also

Notes

Template:Reflist

References

Template:Matrix classes