<?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"
	>
<channel>
	<title>Comments on: Forces</title>
	<atom:link href="http://www.shiffman.net/teaching/nature/forces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shiffman.net</link>
	<description></description>
	<pubDate>Tue, 07 Oct 2008 18:30:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: picturetunes</title>
		<link>http://www.shiffman.net/teaching/nature/forces/#comment-55941</link>
		<dc:creator>picturetunes</dc:creator>
		<pubDate>Sun, 01 Jul 2007 19:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/forces/#comment-55941</guid>
		<description>hi, there is a minor calculation error in the description:

ACCELERATION CAUSED BY GRAV = GRAV / MASS = (0,10) / 5 = (0,2)
should be 
ACCELERATION CAUSED BY GRAV = GRAV / MASS = (0,10) / 5 = (0,02)

thanks for making those great learning resources available for everyone!</description>
		<content:encoded><![CDATA[<p>hi, there is a minor calculation error in the description:</p>
<p>ACCELERATION CAUSED BY GRAV = GRAV / MASS = (0,10) / 5 = (0,2)<br />
should be<br />
ACCELERATION CAUSED BY GRAV = GRAV / MASS = (0,10) / 5 = (0,02)</p>
<p>thanks for making those great learning resources available for everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.shiffman.net/teaching/nature/forces/#comment-3974</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 20 Sep 2006 03:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/forces/#comment-3974</guid>
		<description>Oops, thanks for catching the error!</description>
		<content:encoded><![CDATA[<p>Oops, thanks for catching the error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sajid</title>
		<link>http://www.shiffman.net/teaching/nature/forces/#comment-3732</link>
		<dc:creator>sajid</dc:creator>
		<pubDate>Sat, 09 Sep 2006 09:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/forces/#comment-3732</guid>
		<description>Think there is a small type error in this code:

Thing(Vector3D a, Vector3D, v, Vector3D l, float m_) {

should this not be:

Thing(Vector3D a, Vector3D v, Vector3D l, float m_) {

thanks and I am learning a lot from here.</description>
		<content:encoded><![CDATA[<p>Think there is a small type error in this code:</p>
<p>Thing(Vector3D a, Vector3D, v, Vector3D l, float m_) {</p>
<p>should this not be:</p>
<p>Thing(Vector3D a, Vector3D v, Vector3D l, float m_) {</p>
<p>thanks and I am learning a lot from here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
