Help needed in Matrix Exponentiation !!!
Difference between en1 and en2, changed 86 character(s)
How to solve the following _recurrence_ relation for **N ≤10<sup>9</sup>**↵

<Code>F(n)=F(n−1)+F(n−2)+F(n−1)∗F(n−2) </code>↵

(Assuming that we are provided with the values of F(1) and F(2) )↵

(EDIT: The problem [link](https://www.codechef.com/problems/ECODOWN) is attached.)↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English anupamshah_ 2020-04-15 13:45:20 86
en1 English anupamshah_ 2020-04-15 11:25:20 235 Initial revision (published)