Help needed in Matrix Exponentiation !!!
Разница между en1 и en2, 86 символ(ов) изменены
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.)↵

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский anupamshah_ 2020-04-15 13:45:20 86
en1 Английский anupamshah_ 2020-04-15 11:25:20 235 Initial revision (published)