A useless thing that i think it could help some people
Разница между en1 и en2, 0 символ(ов) изменены
If there is a problem like this:↵
Give $4$ integer $a, b, c, d$, $u_n=au_{n-1}+bv_{n-1}, v_n=cu_{n-1}+dv_{n-1}$, we knew $u_0, v_0$. We need to calculate $u_n$ with $n\le 10^9$.↵
This problem can be solved by using matrix exponentiation, we have $u_n=(a+d)u_n-(ad-bc)u_{n-1}$ with $n>1$.↵

[My fast proof](https://hackmd.io/VlVjQ2rTTxaVJRcKhb6hvw)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский i_loveMaiPhuong 2024-12-02 18:46:14 0 (published)
en3 Английский i_loveMaiPhuong 2024-12-02 18:46:06 35 (saved to drafts)
en2 Английский i_loveMaiPhuong 2024-12-02 18:45:39 0 (published)
en1 Английский i_loveMaiPhuong 2024-12-02 18:45:16 402 Initial revision (saved to drafts)