Cayley-Hamilton and Matrix Similarity
For computing the nth power of a square matrix A
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: Cayley-Mailton theorem and Matrix Similarity.
Cayley-Hamilton theory states:

Matrix Similarity states:

we should also note that A given square matrix A is always similar to itself.
The Method
Use Cayley-Hamilton equation to find all eigenvalues
By the eigenvalue property find their corresponding n-dimensional eigenvectors through the system of equations given by .
Assemble matrix
Assemble matrix
See that and are similar to each other through . Thus:
Last updated
Was this helpful?