How to solve this Recurrence equations using matrix exponentiation?

Правка en2, от amir_hamza05, 2019-06-22 21:37:13

I can solve this recurrence equations f(N)=f(N-1)+f(N-2)+C using matrix exponentiation.when C is constraint.But when i use N instant of constraint C or when our recurrence equations look like f(N)=f(N-1)+f(N-2)+N then how to solve this Recurrence equations using matrix exponentiation?

Теги #matrix exponentialtion, recurrence relation

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский amir_hamza05 2019-06-22 21:37:13 0 (published)
en1 Английский amir_hamza05 2019-06-22 21:36:57 372 Initial revision (saved to drafts)