
矩阵快速幂
燑
这个作者很懒,什么都没留下…
展开
-
Recursive sequence
Farmer John likes to play mathematics games with his N cows. Recently, they are attracted by recursive sequences. In each turn, the cows would stand in a line, while John writes two positive numbers ...原创 2019-08-01 17:33:34 · 266 阅读 · 0 评论 -
A Simple Math Problem
Lele now is thinking about a simple function f(x). If x < 10 f(x) = x. If x >= 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2* f(x-3) + …… + a9 * f(x-10); And ai(0<=i<=9) can only be 0...原创 2019-08-01 17:14:05 · 188 阅读 · 0 评论