<?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>Comments on: 利用牛顿迭代法求平方根</title>
	<atom:link href="http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/</link>
	<description>To ∞ and Beyond</description>
	<lastBuildDate>Sun, 29 Jan 2012 14:00:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shan</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1303</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Wed, 25 Jun 2008 08:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1303</guid>
		<description>哦，得到εn的步骤其实就是迭代的过程~~赞~
我是看过The Art...再来看的，谢拉~</description>
		<content:encoded><![CDATA[<p>哦，得到εn的步骤其实就是迭代的过程~~赞~<br />
我是看过The Art&#8230;再来看的，谢拉~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punkid</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1302</link>
		<dc:creator>punkid</dc:creator>
		<pubDate>Wed, 25 Jun 2008 08:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1302</guid>
		<description>ε&lt;sub&gt;n&lt;/sub&gt;可以理解为偏移量(offset)，只要把X&lt;sub&gt;1&lt;/sub&gt;和X&lt;sub&gt;0&lt;/sub&gt;理解为X&lt;sub&gt;n+1&lt;/sub&gt;和X&lt;sub&gt;n&lt;/sub&gt;的关系就是了。

具体泰勒公式的话你可以再看下这篇&lt;a href=&quot;http://blog.punkid.org/2007/07/19/the-art-and-science-of-c-note-two/&quot; title=&quot;The Art and Science of C  阅读笔记 II&quot; rel=&quot;nofollow&quot;&gt;The Art and Science of C  阅读笔记 II&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>ε<sub>n</sub>可以理解为偏移量(offset)，只要把X<sub>1</sub>和X<sub>0</sub>理解为X<sub>n+1</sub>和X<sub>n</sub>的关系就是了。</p>
<p>具体泰勒公式的话你可以再看下这篇<a href="http://blog.punkid.org/2007/07/19/the-art-and-science-of-c-note-two/" title="The Art and Science of C  阅读笔记 II" rel="nofollow">The Art and Science of C  阅读笔记 II</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1301</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Wed, 25 Jun 2008 08:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1301</guid>
		<description>“再令X1 = X0 + ε0，得到ε1…依此类推可知:”
请问εn 表示什么？
结尾不明白诶，能不能在解释一下？</description>
		<content:encoded><![CDATA[<p>“再令X1 = X0 + ε0，得到ε1…依此类推可知:”<br />
请问εn 表示什么？<br />
结尾不明白诶，能不能在解释一下？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punkid</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1190</link>
		<dc:creator>punkid</dc:creator>
		<pubDate>Sat, 29 Mar 2008 14:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1190</guid>
		<description>对于算法我可是个门外汉啊...写这种一知半解的东西纯粹给自己提个醒的 :D
正在研究那篇文章里的数理</description>
		<content:encoded><![CDATA[<p>对于算法我可是个门外汉啊&#8230;写这种一知半解的东西纯粹给自己提个醒的 :D<br />
正在研究那篇文章里的数理</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1189</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Sat, 29 Mar 2008 14:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1189</guid>
		<description>不好好学习, 写这样一知半解的文章, 要打要打... :D

http://enjoy-math.equn.com/Math/Mathematical/extraction.htm</description>
		<content:encoded><![CDATA[<p>不好好学习, 写这样一知半解的文章, 要打要打&#8230; :D</p>
<p><a href="http://enjoy-math.equn.com/Math/Mathematical/extraction.htm" rel="nofollow">http://enjoy-math.equn.com/Math/Mathematical/extraction.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punkid</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1186</link>
		<dc:creator>punkid</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1186</guid>
		<description>&lt;blockquote cite=&quot;http://www.mathomatic.com/math/&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mathomatic.com/math/&quot; title=&quot;Mathomatic&quot; rel=&quot;nofollow&quot;&gt;Mathomatic&lt;/a&gt; is a portable, general purpose CAS (Computer Algebra System) written entirely in the C programming language. It is free and open source software, published under the GNU Lesser General Public License (LGPL version 2.1). This is a console mode application that does symbolic math and quick calculations. It compiles and runs under any operating system with a C compiler, especially GNU/Linux.&lt;/p&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.mathomatic.com/math/">
<p><a href="http://www.mathomatic.com/math/" title="Mathomatic" rel="nofollow">Mathomatic</a> is a portable, general purpose CAS (Computer Algebra System) written entirely in the C programming language. It is free and open source software, published under the GNU Lesser General Public License (LGPL version 2.1). This is a console mode application that does symbolic math and quick calculations. It compiles and runs under any operating system with a C compiler, especially GNU/Linux.</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: feng</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1185</link>
		<dc:creator>feng</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1185</guid>
		<description>mathomatic??????</description>
		<content:encoded><![CDATA[<p>mathomatic??????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punkid</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1172</link>
		<dc:creator>punkid</dc:creator>
		<pubDate>Sat, 15 Mar 2008 15:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1172</guid>
		<description>给个思路啊? 啥算法来着?</description>
		<content:encoded><![CDATA[<p>给个思路啊? 啥算法来着?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1170</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Sat, 15 Mar 2008 11:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1170</guid>
		<description>求平方根立方根都不应该需要除法... 自己继续找资料去吧 :D</description>
		<content:encoded><![CDATA[<p>求平方根立方根都不应该需要除法&#8230; 自己继续找资料去吧 :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: punkid</title>
		<link>http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/comment-page-1/#comment-1166</link>
		<dc:creator>punkid</dc:creator>
		<pubDate>Tue, 04 Mar 2008 14:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.punkid.org/2008/02/28/compute-the-square-root-via-newtons-iteration/#comment-1166</guid>
		<description>上面留言的都是O.T者

第二句话暂时忽略...做个blogbus的theme还好说，wordpress的工程量太大了，而且我向来都是心血来潮的话主动给别人做theme，而不是别人要我做theme :D</description>
		<content:encoded><![CDATA[<p>上面留言的都是O.T者</p>
<p>第二句话暂时忽略&#8230;做个blogbus的theme还好说，wordpress的工程量太大了，而且我向来都是心血来潮的话主动给别人做theme，而不是别人要我做theme :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

