Why is the Cayley-Hamilton theorem important for matrices?

  • Thread starter Thread starter negation
  • Start date Start date
  • Tags Tags
    Hamilton Theorem
AI Thread Summary
The Cayley-Hamilton theorem asserts that a matrix A satisfies its own characteristic equation, allowing the computation of higher powers of A as linear combinations of lower powers. For an n x n matrix, this means A^n can be expressed in terms of I, A, and lower powers up to A^(n-1). This property holds even for non-diagonalizable matrices, where eigenvectors may not be independent. The theorem simplifies calculations, as every power of a 2 x 2 matrix A can be represented using just A and the identity matrix I. Understanding this theorem is crucial for efficiently working with matrix powers in linear algebra.
negation
Messages
817
Reaction score
0
Given a Matrix A = [a,b;c,d] and it's characteristic polynomial, why does the characteristic polynomial enables us to determine the result of the Matrix A raised to the nth power?
 
Mathematics news on Phys.org
The scalar "\lambda" is an "eigenvalue" for matrix A if and only if there exist a non-zero vector, v, such that Av= \lambda v. It can be shown that \lambda is an eigenvalue for A if and only if it satisfies A's characteristic equation. A vector v, satisfying Av= \lambda v is an eigenvector for A corresponding to eigenvalue \lambda (some people require that v be non-zero to be an "eigenvector" but I prefer to include the 0 vector as an eigenvector for every eigenvalue).

Further, if we can find n independent eigenvectors for A (always true if A has n distinct eigenvalues but often true even if the eigenvalues are not all distinct) then the matrix, P, having those eigenvectors as columns is invertible and P^{-1}AP=D where D is the diagonal matrix having the eigenvalues of A on its diagonal. Then it is also true that PDP^{-1}= A and A^n= (PDP^{-1})^n= (PDP^{-1})(PDP^{-1})\cdot\cdot\cdot(PDP^{-1})= PD(P^{-1}P)(D)(P^{-1}P)\cdot\cdot\cdot(P^{-1}P)DP= PD^nP^{-1}

Of course, D^n is easy to calculate- it is the diagonal matrix having the nth power of the entries in D on its diagonal.

Notice that this is "if we can find n independent eigenvectors for A". (Such a matrix is said to be "diagonalizable" matrix.) There exist non-diagonalizable matrices. They can be put in what is called "Jordan normal form" which is slightly more complicated than a diagonal matrix and it is a little more complicated to find powers.
 
What HallsofIvy said is true, but I think it's not quite the point of the question.

The Cayley-Hamilton theorem says that the matrix ##A## satisfies its own characteristic equation. For an ##n \times n## matrix, the characteristic equation is of order ##n##, so ##A^n## is a linear combination of ##I, A, \dots, A^{n-1}##. It follows that every power ##A^k## where ##k > n## is also a linear combination of the first ##n-1## powers.

For A ##2 \times 2## matrix, that means every power of ##A## is a linear combination of ##A## and ##I##. That is true even if the eigenvectors are not independent, and you can't diagonalize ##A##.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top