<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Fibonacci数的巧妙求法》的评论</title>
	<atom:link href="http://boundary.cc/200905/smart-way-to-solve-fibonacci/feed/" rel="self" type="application/rss+xml" />
	<link>http://boundary.cc/200905/smart-way-to-solve-fibonacci/</link>
	<description>Joker Lee&#039;s Blog</description>
	<lastBuildDate>Sat, 29 Oct 2011 09:27:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：Jackal</title>
		<link>http://boundary.cc/200905/smart-way-to-solve-fibonacci/comment-page-1/#comment-45</link>
		<dc:creator>Jackal</dc:creator>
		<pubDate>Tue, 07 Jul 2009 02:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=25#comment-45</guid>
		<description>呵呵，原来有通解～～</description>
		<content:encoded><![CDATA[<p>呵呵，原来有通解～～</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：5x</title>
		<link>http://boundary.cc/200905/smart-way-to-solve-fibonacci/comment-page-1/#comment-44</link>
		<dc:creator>5x</dc:creator>
		<pubDate>Mon, 06 Jul 2009 05:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=25#comment-44</guid>
		<description>对一般k阶常系数递推数列
f(n) = a1*f(n-1) + a2*f(n-2) + ... + ak*f(n-k)
可以构造出k阶转移矩阵:
a1 a2 ... ak
 1  0 ...  0
 0  1 ...  0
 ...
 0  0 ..1  0

然后左乘初值向量(fk,f(k-1), ... f0)&#039;</description>
		<content:encoded><![CDATA[<p>对一般k阶常系数递推数列<br />
f(n) = a1*f(n-1) + a2*f(n-2) + &#8230; + ak*f(n-k)<br />
可以构造出k阶转移矩阵:<br />
a1 a2 &#8230; ak<br />
 1  0 &#8230;  0<br />
 0  1 &#8230;  0<br />
 &#8230;<br />
 0  0 ..1  0</p>
<p>然后左乘初值向量(fk,f(k-1), &#8230; f0)&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

