Computing the powers of matrices

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
  • Tags Tags
    Computing Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
ver_mathstats
Messages
258
Reaction score
21
Suppose p(λ)=(λ-1)^3 for some diagonalizable matrix A. Calculate A^25.

I'm confused as to how to approach this question without A being given. I thought perhaps I could use the characteristic equation in some way although I am still unsure. I think I could start with using λ=1. Would my matrix then be [ 1 0 0; 0 1 0; 0 0 1] then I would do [1^25 0 0; 0 1^25 0; 0 0 1^25], and finally I would arrive at my answer which would be A^25= [ 1 0 0; 0 1 0; 0 0 1]?

Thank you.
 
Physics news on Phys.org
Yes, it's correct.

You know that ##P^{-1} A P = I_3## for some matrix ##P## because ##A## can be diagonalised and has only the eigenvalue ##3##. Consequently ##A = I_3## and the result follows.