📓
Documents
  • Directory
  • Vancouver Cafe Database
  • Latex Resources
  • Ada Links
  • On Interviewing
  • Electrical
    • WIP - Mapping the Territory
    • Gain and Phase Margin
    • Piezoelectrics
    • Common ICs
    • WIP - PCB Design
    • WIP - High frequency circuits
      • Transmission Line Theory
      • Propogation
  • Computer Science
    • Statics, Volatiles, and Externs
    • Linked Lists
    • Dynamic Memory Allocation
    • The Stack
    • WIP - Investigations into Embedded
  • Mathematics
    • Markov Chains
      • Properties of Markov Chains
      • Cayley-Hamilton and Matrix Similarity
  • Ongoing Projects
    • Master List
Powered by GitBook
On this page

Was this helpful?

  1. Mathematics
  2. Markov Chains

Cayley-Hamilton and Matrix Similarity

For computing the nth power of a square matrix A

PreviousProperties of Markov ChainsNextMaster List

Last updated 5 years ago

Was this helpful?

This bit of linear algebra is a useful tool in statistics because it allows one to easily compute the nth exponent of a full-rank square matrix A. It rests on two foundational concepts: and .

Cayley-Hamilton theory states:

Matrix Similarity states:

we should also note that A given square matrix A is always similar to itself.

The Method

  1. Use Cayley-Hamilton equation to find all eigenvalues λ1,λ2,etc.\lambda_{1},\lambda_{2},etc.λ1​,λ2​,etc.

  2. By the eigenvalue property find their corresponding n-dimensional eigenvectors X1,X2,etc.\textbf{X}_{1},\textbf{X}_{2},etc.X1​,X2​,etc. through the system of equations given by AXn=λnXn\textbf{A}\textbf{X}_{n}=\lambda_{n}\textbf{X}_{n}AXn​=λn​Xn​.

  3. Assemble n×nn \times nn×n matrix P=[X1,X2,etc.]\textbf{P}=[\textbf{X}_{1},\textbf{X}_{2},etc.]P=[X1​,X2​,etc.]

  4. Assemble n×nn \times nn×n matrix D=[λ1000λ2000etc]\textbf{D}=\begin{bmatrix} \lambda_{1} & 0 & 0 \\ 0 & \lambda_{2} & 0 \\ 0 & 0 & etc \end{bmatrix}D=​λ1​00​0λ2​0​00etc​​

  5. See that A\textbf{A}A and D\textbf{D}D are similar to each other through P\textbf{P}P. Thus: An=P∗Dn∗P−1\textbf{A}^{n}=\textbf{P}*\textbf{D}^{n}*\textbf{P}^{-1}An=P∗Dn∗P−1

Cayley-Mailton theorem
Matrix Similarity