M^5v given that M = [3 2 4 2 0 2 4 2 3]

  • Context: Undergrad 
  • Thread starter Thread starter squenshl
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
squenshl
Messages
468
Reaction score
4
Hi,
Just wondering how to calculate M^5v given that
M = [3 2 4
2 0 2
4 2 3].
and v = (1,0,-1). v being a column vector.
 
Physics news on Phys.org


v is an eigenvector of M. Find the eigenvalue that it corresponds to.
 


If [itex]Mv= \lambda v[/itex], then [itex]M^2v= M(Mv)= M(\lambda v)= \lambda Mv= \lambda^2 v[/itex]. Get the point?
 


Also, remember that M^5 is just M acting on v 5 consecutive times. Eigenvectors make this quite simple :)