Jump to content

Frobenius covariant: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Example: projections
clarification
Line 1: Line 1:
In [[Matrix (mathematics)|matrix theory]], the '''Frobenius covariants''' of a [[square matrix]] ''A'' are matrices ''A''<sub>''i''</sub> associated with the [[eigenvalue, eigenvector and eigenspace|eigenvalues and eigenvectors]] of ''A''.<ref name=horn>
In [[Matrix (mathematics)|matrix theory]], the '''Frobenius covariants''' of a [[square matrix]] {{mvar|A}} are special polynomials of it, namely [[projection (linear algebra)|projection]] matrices ''A''<sub>''i''</sub> associated with the [[eigenvalue, eigenvector and eigenspace|eigenvalues and eigenvectors]] of {{mvar|A}}.<ref name=horn>Roger A. Horn and Charles R. Johnson (1991), ''Topics in Matrix Analysis''. Cambridge University Press, ISBN 978-0-521-46713-1</ref> They are named after the mathematician [[Ferdinand Georg Frobenius|Ferdinand Frobenius]].
Roger A. Horn and Charles R. Johnson (1991), ''Topics in Matrix Analysis''. Cambridge University Press, ISBN 978-0-521-46713-1
</ref> Each covariant is a [[projection (linear algebra)|projection]]<!--OF WHAT?--> on the [[eigenvalue, eigenvector and eigenspace|eigenspace]] associated with ''λ''<sub>''i''</sub>.


Each covariant is a [[projection (linear algebra)|projection]] on the [[eigenvalue, eigenvector and eigenspace|eigenspace]] associated with the eigenvalue {{math|''λ''<sub>''i''</sub>}}.
Frobenius covariants are the coefficients of [[Sylvester's formula]], that expresses a [[matrix function|function of a matrix]] ''f''(''A'') as a linear combination of its values on the eigenvalues of ''A''. They are named after the mathematician [[Ferdinand Georg Frobenius|Ferdinand Frobenius]].
Frobenius covariants are the coefficients of [[Sylvester's formula]], which expresses a [[matrix function|function of a matrix]] {{math|''f''(''A'')}} as a matrix polynomial, namely a linear combination
of that function's values on the eigenvalues of {{mvar|A}}.


==Formal definition==
==Formal definition==
Let ''A'' be a [[diagonalizable matrix]] with ''k'' distinct eigenvalues, ''λ''<sub>1</sub>, &hellip;, ''λ''<sub>''k''</sub>. The Frobenius covariant ''A''<sub>''i''</sub>, for ''i'' = 1,&hellip;, ''k'', is the matrix
Let {{mvar|A}} be a [[diagonalizable matrix]] with {{mvar|k}} distinct eigenvalues, ''λ''<sub>1</sub>, &hellip;, ''λ''<sub>''k''</sub>. The Frobenius covariant ''A''<sub>''i''</sub>, for ''i'' = 1,&hellip;, ''k'', is the matrix
:<math> A_i = \prod_{j=1 \atop j \ne i}^k \frac{1}{\lambda_i-\lambda_j} (A - \lambda_j I). </math>
:<math> A_i \equiv \prod_{j=1 \atop j \ne i}^k \frac{1}{\lambda_i-\lambda_j} (A - \lambda_j I). </math>


==Computing the covariants==
==Computing the covariants==
The Frobenius covariants of a matrix ''A'' can be obtained from any [[eigendecomposition]] ''A'' = ''SDS''<sup>−1</sup>, where ''S'' is non-singular and ''D'' is diagonal with ''D''<sub>''i'',''i''</sub> = ''λ''<sub>''i''</sub>.
The Frobenius covariants of a matrix ''A'' can be obtained from any [[eigendecomposition]] ''A'' = ''SDS''<sup>−1</sup>, where ''S'' is non-singular and ''D'' is diagonal with {{math|''D''<sub>''i'',''i''</sub> {{=}} ''λ''<sub>''i''</sub>}}.
If ''A'' has no multiple eigenvalues, then let ''c''<sub>''i''</sub> be the ''i''th left eigenvector of ''A'', that is, the ''i''th column of ''S''; and let ''r''<sub>''i''</sub> be the ''i''th right eigenvector of ''A'', namely the ''i''th row of ''S''<sup>−1</sup>. Then ''A''<sub>''i''</sub> = ''c''<sub>''i''</sub>''r''<sub>''i''</sub>.
If ''A'' has no multiple eigenvalues, then let ''c''<sub>''i''</sub> be the ''i''th left eigenvector of ''A'', that is, the ''i'' th column of ''S''; and let ''r''<sub>''i''</sub> be the ''i'' th right eigenvector of {{mvar|A}}, namely the ''i'' th row of ''S''<sup>−1</sup>. Then ''A''<sub>''i''</sub> = ''c''<sub>''i''</sub> ''r''<sub>''i''</sub>.


If ''A'' has multiple eigenvalues then ''A''<sub>''i''</sub> = Σ<sub>''j''</sub> ''c''<sub>''j''</sub>''r''<sub>''j''</sub>, where the sum is over all rows and columns associated with the eigenvalue ''λ''<sub>''i''</sub>.<ref name=horn/>{{rp|p.521}}
If {{mvar|A}} has multiple eigenvalues, then {{math|''A''<sub>''i''</sub> {{=}} Σ<sub>''j''</sub> ''c''<sub>''j''</sub> ''r''<sub>''j''</sub>}}, where the sum is over all rows and columns associated with the eigenvalue ''λ''<sub>''i''</sub>.<ref name=horn/>{{rp|p.521}}


==Example==
==Example==

Revision as of 19:51, 17 December 2013

In matrix theory, the Frobenius covariants of a square matrix A are special polynomials of it, namely projection matrices Ai associated with the eigenvalues and eigenvectors of A.[1] They are named after the mathematician Ferdinand Frobenius.

Each covariant is a projection on the eigenspace associated with the eigenvalue λi. Frobenius covariants are the coefficients of Sylvester's formula, which expresses a function of a matrix f(A) as a matrix polynomial, namely a linear combination of that function's values on the eigenvalues of A.

Formal definition

Let A be a diagonalizable matrix with k distinct eigenvalues, λ1, …, λk. The Frobenius covariant Ai, for i = 1,…, k, is the matrix

Computing the covariants

The Frobenius covariants of a matrix A can be obtained from any eigendecomposition A = SDS−1, where S is non-singular and D is diagonal with Di,i = λi. If A has no multiple eigenvalues, then let ci be the ith left eigenvector of A, that is, the i th column of S; and let ri be the i th right eigenvector of A, namely the i th row of S−1. Then Ai = ci ri.

If A has multiple eigenvalues, then Ai = Σj cj rj, where the sum is over all rows and columns associated with the eigenvalue λi.[1]: p.521 

Example

Consider the two-by-two matrix:

This matrix has two eigenvalues, 5 and −2. The corresponding eigen decomposition is

Hence the Frobenius covariants, manifestly projections, are

References

  1. ^ a b Roger A. Horn and Charles R. Johnson (1991), Topics in Matrix Analysis. Cambridge University Press, ISBN 978-0-521-46713-1