Finding powers of a square matrix

  • Context: Graduate 
  • Thread starter Thread starter sylar
  • Start date Start date
  • Tags Tags
    Matrix Square
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
sylar
Messages
10
Reaction score
0
Today in the lecture we have learned the Putzer Algorithm, which enables us to calculate the higher powers(A^n, n>1 an integer) of a square matrix A. The other well-known methods use the Cayley-Hamilton Theorem, and the Jordan form of a matrix. I wonder whether there are other efficient ways to evaluate A^n.
 
Physics news on Phys.org
i don't know those algos but obviously you can diagonlize the matrix and exponentiate it like that
 
you can use QR decompisition to get a good approximation