How to matrix exponentiate exponention relation??

Revision en1, by Secret.Codes, 2017-07-27 18:27:34

I have a solution of a problem as, h(n) = 26*h(n-1) + 26^(n-3) — h(n-3). n<=10^9.

how to create matrix on this relation?? Is it possible ?? If not how to solve it??

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Secret.Codes 2017-07-27 18:27:34 226 Initial revision (published)