Let AFn×n be a square matrix and vFn be a non-zero vector. v is an eigenvector of A if and only if

Av=λv

where λF is called an eigenvalue of A if v exists.

The linear transformation Av where v is an eigenvector of A is equivalent to the scalar transformation λv.

Eigenvalues satisfy the following properties:

i=1nλi=tr(A) i=1nλi=|A|

The expression |AλIn| is an nth-order polynomial in λ called the characteristic polynomial of A. The roots |AλIn|=0 are the eigenvalues of A.

The set of all distinct eigenvalues of A is called the eigen-spectrum σA of A.

σA={λ:|AλIn|=0}

The characteristic polynomial of A will admit m distinct complex roots where 1mn. Therefore the cardinality of the eigen-spectrum σA is m.

For each eigenvalue λiσA, the non-zero solution to

(AλiIn)vi=0

yields the corresponding eigenvector vi of A.

The eigen-space Eλ of A with respect to eigenvalue λ is the vector space that is spanned by all eigenvectors of A.

The algebraic multiplicity μA(λ) of λ with respect to the matrix A is the number of times λ appears as a root of the characteristic polynomial of A. The sum of the algebraic multiplicities of all eigenvalues of A is n.

The geometric multiplicity γA(λ) of λ with respect to the matrix A is the number of linearly independent eigenvectors of A and is equivalent to the dimension of the eigen-space of A with respect to λ.

The algebraic and geometric multiplicities are related by:

1γA(λ)μA(λ)nλσA

which means that while distinct eigenvalues correspond to linearly independent eigenvectors, repeated eigenvalues do no necessarily correspond to multiple linearly independent eigenvectors.

A will admit n linearly independent eigenvectors if and only if:

γA(λi)=μA(λi)λiσA.

A will admit fewer than n linearly independent eigenvectors if and only if:

γA(λi)<μA(λi)λiσA

and A is referred to as defective.

For a non-defective matrix A, the n linearly independent eigenvectors will form a basis for Fn and is called an eigen-basis.

Let A be a non-defective matrix with n linearly independent eigenvectors v1,,vn and corresponding eigenvalues λ1,,λn. The following matrices can be constructed:

P=[v1vn] Λ=[λ1000000λn]

where P is the eigenvectors in columnar form stacked horizontally to form a square matrix and Λ is a diagonal matrix with eigenvalues along the diagonal.

The diagonalisation of A is the decomposition:

A=PΛP1