JohnfromTampa
New member
- Joined
- Feb 4, 2008
- Messages
- 4
What is the general formula for raising a square 2x2 matrix to a power such as 10 or 20?
If fear that the answer that you expect does not exist.JohnfromTampa said:What is the general formula for raising a square 2x2 matrix to a power such as 10 or 20?
tkhunny said:Well, let's not get all arrogant and decide that we have THE WAY to solve the problem. Here's another...
Using a little Cayley-Hamilton Theorem (A square matrix satisfies its own Characteristic Equation)...
Throwing in a little Division Algorithm for Polynomials (or Remainder Theorem, if you like)...
We get this remarkable result:
If A is a 2x2 matrix, with elements a, b, c, and d, and
If \(\displaystyle \lambda_{1}\) and \(\displaystyle \lambda_{2}\) are the distinct Eigenvalues, then we have
\(\displaystyle A^{n}\;=\;\frac{\lambda_{2}(\lambda_{1})^{n}-\lambda_{1}(\lambda_{2})^{n}}{\lambda_{2}-\lambda_{1}}I_{2}\;+\;\frac{(\lambda_{2})^{n}-(\lambda_{1})^{n}}{\lambda_{2}-\lambda_{1}}A\)
It's a little different if the Eigenvalues are equal. Obviously, it takes more than that for 3x3 or larger.
Never think you have the ONLY way unless you have PROVEN it so.