How to calculate matrixA^100 manually

  • Context: Undergrad 
  • Thread starter Thread starter promisedhl
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
promisedhl
Messages
3
Reaction score
0
hi guys...my teacher wants me to calculate A^100 of a 3*3 matrix by hand...i can't use MATLAB for this...how do i do it...i can't imagine multiplying 100 time...
help me
 
Physics news on Phys.org
(A^50)^2

But most likely this is a specific matrix, with interesting properties that make it easy to calculate power no matter how high.
 
Check if the matrix is diagonalizable or, if it isn't, use the Jordan form to write it as a sum of a diagonal plus nilpotent matrix.
 
thanks guys...will try all
 
Yet another way is to use the minimal polynomial to express A^100 in terms of I, A, A^2.
 
i actually did it by finding the eigen values of the matrix...
anyways thank u guys for responding