斐波那契数列记录项
摘要:
前言:f[n]=f[n-1】+f[n-2];f[0]=0,f[1]=1; 这是斐波那契数列公式。如果要求F[N],要计算N次; 更一般的知道其只与n有关的公式:Fn=5√5((1+5√2)n−(1−5√2)n)Fn=5√5((1+5√2)n−(1−5√2)n)Fn=5√5((1+5√2)n−... 阅读全文
posted @ 2015-09-18 18:26 forgot93 阅读(344) 评论(0) 推荐(0) 编辑
posted @ 2015-09-18 18:26 forgot93 阅读(344) 评论(0) 推荐(0) 编辑
posted @ 2015-09-18 01:03 forgot93 阅读(638) 评论(0) 推荐(0) 编辑