MHBCalculate A^17: Powers of Matrices

  • MHB
  • Thread starter Petrus
  • Start date
  • Tags
    Matrices
In summary, the Cayley-Hamilton theorem and binomial theorem can be used to easily calculate the matrix A^{17} where A is a Jordan block matrix of order 3 with elements a, 1, and 0. This results in an upper triangular matrix with elements including a^17, 17a^16, and 8*17*a^15. This method can be applied to other Jordan block matrices as well.
  • #1
Petrus
702
0
Hello MHB,
Calculate \(\displaystyle A^{17}\) where
f3c5619c04a59ddc1718baa948968b1.png
.

Progress,
I have multiplicate without adding them together to see a pattern and I can se at \(\displaystyle A^{17}\)
on that matrice where it's 6's it will be \(\displaystyle 6^{17}\) and rest I can't se any pattern those riight side of the triangle, cause the left will be zero

Regards,
 
Physics news on Phys.org
  • #2
Petrus said:
Hello MHB,
Calculate \(\displaystyle A^{17}\) where
f3c5619c04a59ddc1718baa948968b1.png
.

Progress,
I have multiplicate without adding them together to see a pattern and I can se at \(\displaystyle A^{17}\)
on that matrice where it's 6's it will be \(\displaystyle 6^{17}\) and rest I can't se any pattern those riight side of the triangle, cause the left will be zero

Regards,
Cayley Hamilton theorem might be useful. Cayley
 
  • #3
A little exploration shows:

If [tex]A = \left( \begin{array}{ccc}
a & 1 & 0 \\
0 & a & 1 \\
0 & 0 & a \end{array} \right)[/tex]

Then [tex]A^{17} = \left( \begin{array}{ccc}
a^{17} & 17a^{16} & 8\cdot 17\cdot a^{15} \\
0 & a^{17} & 17a^{16} \\
0 & 0 & a^{17} \end{array} \right)[/tex]

Upper triangular with only '1' off the diagonal? That HAS to be rather tractable.
 
  • #4
In general, if we have a Jordan block $J(\lambda)$ of order $n$ we can express $$J(\lambda)=\begin{bmatrix} \lambda & 1 & 0 &\ldots & 0 & 0 & 0\\ 0 & \lambda & 1 &\ldots & 0&0&0 \\0 & 0 & \lambda &\ldots & 0&0&0 \\\vdots&&&&&&\vdots \\ 0 &0 & 0 &\ldots & \lambda & 1&0\\0 &0 &0 &\ldots &0&\lambda & 1\\0 & 0 &0&\ldots & 0&0&\lambda\end{bmatrix}=\lambda I+N$$ where $N$ is nilpotent of order $n$. As $(\lambda I_n)N=N(\lambda I_n)$, we can apply the binomial theorem $$J(\lambda)^m=(\lambda I+N)^m=(\lambda I)^{m}+\binom{m}{1}(\lambda I)^{m-1}N+\binom{m}{2}(\lambda I)^{m-2}N^2+\ldots\\=\lambda^mI+m\lambda^{m-1} N+\frac{m(m-1)}{2}\lambda^{m-2}N^2+\ldots$$ If $n=3$, $N$ is nilpotent of order $2$: $$N=\begin{bmatrix}{0}&{1}&{0}\\{0}&{0}&{1}\\{0}&{0}&{0}\end{bmatrix},N^2=\begin{bmatrix}{0}&{0}&{1}\\{0}&{0}&{0}\\{0}&{0}&{0}\end{bmatrix},N^3=0$$ $$J(\lambda)^m=\lambda^mI+m\lambda^{m-1} N+\frac{m(m-1)}{2}\lambda^{m-2}N^2$$ $$\begin{bmatrix}{\lambda}&{1}&{0}\\{0}&{\lambda}&{1}\\{0}&{0}&{\lambda}\end{bmatrix}^m=\lambda^m \begin{bmatrix}{1}&{0}&{0}\\{0}&{1}&{0}\\{0}&{0}&{1}\end{bmatrix}+m\lambda^{m-1}\begin{bmatrix}{0}&{1}&{0}\\{0}&{0}&{1}\\{0}&{0}&{0}\end{bmatrix}+\frac{m(m-1)}{2}\lambda^{m-2}\begin{bmatrix}{0}&{0}&{1}\\{0}&{0}&{0}\\{0}&{0}&{0}\end{bmatrix}$$ $$=\begin{bmatrix}{\lambda^m}&{m\lambda^{m-1}}&{\frac{m(m-1)}{2}}\lambda^{m-2}\\{0}&{\lambda^m}&{m\lambda^{m-1}}\\{0}&{0}&{\lambda^m}\end{bmatrix}$$
 
  • #5


I would like to provide a more detailed explanation of how to calculate A^{17}. First, let's define A as a matrix with elements a_{ij} where i and j represent the row and column indices, respectively. In order to calculate A^{17}, we can use the power of matrices formula:

A^{17} = (A^2)^8 * A

This formula utilizes the fact that when multiplying matrices, the exponent of the resulting matrix is equal to the sum of the exponents of the original matrices. Therefore, we can calculate A^{17} by first calculating A^2, then raising it to the 8th power, and finally multiplying it by A.

Now, let's focus on calculating A^2. This can be done by multiplying A with itself:

A^2 = A * A

Since A is a 3x3 matrix, the resulting matrix will also be a 3x3 matrix. The elements of the resulting matrix can be calculated by using the matrix multiplication rule, where the element at position (i,j) is equal to the sum of products of the elements in the ith row of A and the jth column of A.

Once we have calculated A^2, we can raise it to the 8th power by multiplying it with itself 8 times. This will result in a new 3x3 matrix, which we can then multiply with A to get the final result of A^{17}.

In summary, calculating A^{17} requires a series of matrix multiplications and may not have a clear pattern like the one observed for A^{6}. As a scientist, it is important to carefully follow mathematical rules and formulas to accurately calculate results.
 

FAQ: MHBCalculate A^17: Powers of Matrices

How do I calculate the power of a matrix?

To calculate the power of a matrix, you can use the exponentiation operator or the power function in programming languages. For larger matrices, it is recommended to use a calculator or a software program specifically designed for matrix operations.

What does A^17 mean in "MHBCalculate A^17: Powers of Matrices"?

A^17 represents the 17th power of matrix A. This means that the matrix A will be multiplied by itself 17 times.

Can I calculate the power of any matrix?

Yes, you can calculate the power of any square matrix, meaning that the number of rows is equal to the number of columns. Non-square matrices cannot be raised to a power.

What is the significance of calculating powers of matrices?

Calculating powers of matrices is important in various fields such as physics, engineering, and economics. It is used to model and solve systems of equations, analyze data, and make predictions.

Are there any special rules for calculating powers of matrices?

Yes, there are certain rules that apply when calculating powers of matrices. For example, the order in which matrices are multiplied matters, and the power of a product of matrices is equal to the product of their powers. Additionally, the power of a diagonal matrix is equal to the power of its diagonal elements.

Back
Top