<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mathematical Blog</title>
	<atom:link href="http://mth487f08dasilva.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mth487f08dasilva.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 09 Oct 2008 16:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mth487f08dasilva.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mathematical Blog</title>
		<link>http://mth487f08dasilva.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mth487f08dasilva.wordpress.com/osd.xml" title="Mathematical Blog" />
	<atom:link rel='hub' href='http://mth487f08dasilva.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Walk This Way</title>
		<link>http://mth487f08dasilva.wordpress.com/2008/10/09/walk-this-way/</link>
		<comments>http://mth487f08dasilva.wordpress.com/2008/10/09/walk-this-way/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 16:42:37 +0000</pubDate>
		<dc:creator>Chris Da Silva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mth487f08dasilva.wordpress.com/?p=27</guid>
		<description><![CDATA[In class on Tuesday, we discussed self-avoiding walks. Professor Davis wrote up the following code using Mathematica: randomwalk = {{0, 0}}; Do[ p = RandomInteger[{1, 4}]; {x, y} = randomwalk[[-1]] + If[p == 1, {1, 0}, If [p == 2, {-1, 0}, If [p == 3, {0, 1}, If [p == 4, {0, -1}, {0, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=27&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In class on Tuesday, we discussed self-avoiding walks. Professor Davis wrote up the following code using Mathematica:</p>
<p style="padding-left:30px;">randomwalk = {{0, 0}};<br />
Do[<br />
p = RandomInteger[{1, 4}];<br />
{x, y} =<br />
randomwalk[[-1]] +<br />
If[p == 1, {1, 0},<br />
If [p == 2, {-1, 0},<br />
If [p == 3, {0, 1}, If [p == 4, {0, -1}, {0, 0}]]]];<br />
randomwalk = Append[randomwalk, {x, y}], {n, 1, 5000}]<br />
ListPlot[randomwalk, Joined -&gt; True]</p>
<p>This code gave us the following graph:</p>
<p><a href="http://mth487f08dasilva.files.wordpress.com/2008/10/graph-5000.pdf">graph-5000</a></p>
<p>Andrew proceeded to use MatLab to create a similar graph, but it actually showed up each step. It was pretty cool.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mth487f08dasilva.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mth487f08dasilva.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mth487f08dasilva.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mth487f08dasilva.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mth487f08dasilva.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mth487f08dasilva.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mth487f08dasilva.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mth487f08dasilva.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=27&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mth487f08dasilva.wordpress.com/2008/10/09/walk-this-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e7aa3dd2a49740adec6b1497feab43c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">astoicpoet</media:title>
		</media:content>
	</item>
		<item>
		<title>ToH Discovery?</title>
		<link>http://mth487f08dasilva.wordpress.com/2008/10/01/toh-discovery/</link>
		<comments>http://mth487f08dasilva.wordpress.com/2008/10/01/toh-discovery/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 01:18:31 +0000</pubDate>
		<dc:creator>Chris Da Silva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mth487f08dasilva.wordpress.com/?p=24</guid>
		<description><![CDATA[In class today, Adam and Elise came up with an amazing discovery. The entire explanation can be found on Adam&#8216;s blog or Elise&#8216;s blog. With some inadvertent help from Andrew, I was able to see a pattern of sorts. To test out Adam and Elise&#8217;s equation, Andrew wrote up a code in MatLab to make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=24&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In class today, Adam and Elise came up with an amazing discovery. The entire explanation can be found on <a title="Adam's blog" href="http://mth487f08adam.wordpress.com/" target="_blank">Adam</a>&#8216;s blog or <a title="Elise's blog" href="http://rapozing.wordpress.com/" target="_blank">Elise</a>&#8216;s blog.</p>
<p>With some inadvertent help from Andrew, I was able to see a pattern of sorts. To test out Adam and Elise&#8217;s equation, Andrew wrote up a code in MatLab to make sure it works. Something he stumbled upon, which I had mulled over in my head, is the differences between moves.</p>
<p>One-disk, 4-peg ToH will have no difference (per se, it&#8217;s the constant variable I suppose), two disks will have 2 more than the one peg, 3 will have 2 more, 4 will have 4. The pattern looks as follows:</p>
<p>#Disks: Move Differences</p>
<p>1: -</p>
<p>2: 2</p>
<p>3: 2</p>
<p>4: 4</p>
<p>5: 4</p>
<p>6: 4</p>
<p>7: 8</p>
<p>8: 8</p>
<p>Looking at this pattern and with Andrew&#8217;s code, it confirms that 9 and 10 pegs will have an 8 move difference from the prior disk amount. Disks 11 through 15 will have a 16 move difference. It follows a pattern that every time you add a disk, the move difference will double and appear one time more than the move difference before it. Basically, 2 apears twice, 4 appears three times, 8 appears 4 times, 16 will appear 5, 32 will appear 6 times, and so on. The thing I&#8217;m happiest about is Andrew&#8217;s code was able to prove my thought/theory correct.</p>
<p>I noticed another pattern as well that had me intrigued. Each disk moves a certain number of times. Having 6 disks or less, a disk will either move once, twice or four times (I know, I mentioned this in the post right before this one, but bare with). After 6, 8 comes into play because it&#8217;s the next move difference to appear. However, the pattern in which they appear is what caught my eye. Take a look:</p>
<p>1: 1</p>
<p>2: 1 2</p>
<p>3: 1 2 2</p>
<p>4: 1 2 2 4</p>
<p>5: 1 2 4 2 4</p>
<p>6: 1 2 4 2 4 4</p>
<p>7: 1 2 4 8 2 4 4</p>
<p>8: 1 2 4 8 2 4 4 8</p>
<p>I hope I can develope this thought more soon. With my upcoming schedule it&#8217;ll be tough. But I&#8217;ll find the time. Until next time ToH fanatics!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mth487f08dasilva.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mth487f08dasilva.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mth487f08dasilva.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mth487f08dasilva.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mth487f08dasilva.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mth487f08dasilva.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mth487f08dasilva.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mth487f08dasilva.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=24&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mth487f08dasilva.wordpress.com/2008/10/01/toh-discovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e7aa3dd2a49740adec6b1497feab43c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">astoicpoet</media:title>
		</media:content>
	</item>
		<item>
		<title>Tower of Hanoi and Gray Codes</title>
		<link>http://mth487f08dasilva.wordpress.com/2008/09/30/tower-of-hanoi-and-gray-codes/</link>
		<comments>http://mth487f08dasilva.wordpress.com/2008/09/30/tower-of-hanoi-and-gray-codes/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:15:44 +0000</pubDate>
		<dc:creator>Chris Da Silva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mth487f08dasilva.wordpress.com/?p=16</guid>
		<description><![CDATA[The past couple of weeks we&#8217;ve been looking at Gray Codes and how they help with the Tower of Hanoi game. After painstaking brainstorms, Professor Davis realized that the Gray Codes indicate when a disk is moved, and not where it is moved to. With this epiphany, it made Gray Codes significantly easier to read [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=16&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The past couple of weeks we&#8217;ve been looking at Gray Codes and how they help with the Tower of Hanoi game. After painstaking brainstorms, Professor Davis realized that the Gray Codes indicate when a disk is moved, and not where it is moved to. With this epiphany, it made Gray Codes significantly easier to read and decipher. Using Gray Codes, we can find patterns the game &#8220;creates&#8221; with any amount of disks for the game.</p>
<p>The downside to Gray Codes is without a visual, you can&#8217;t really write up the code frame. It&#8217;s easiest to use when you can see where you are moving each disk. Last week, we discussed the ToH game with 4 and 5 pegs. Playing the game through the first couple of disks we reached the following:</p>
<p>n disks&#8230;.       # of moves</p>
<p>&#8230;.2&#8230;&#8230;&#8230;&#8230;.3</p>
<p>&#8230;.3&#8230;&#8230;&#8230;&#8230;                    5</p>
<p>&#8230;.4&#8230;&#8230;&#8230;&#8230; 9</p>
<p>From here, a pattern seemingly appeared with the number of moves. The moves followed 2, 2, 4, and the &#8220;logical&#8221; thought was the next move will be 17, since it doubled from 3 disks to 4. With some manual work, I found that 5 disks gives you 13 moves, and 6 disks gives you 17. This shot down the pattern idea.</p>
<p>One thing I did notice is each disk will be moved once, twice, or four times for three disks or more. The odd this is it doesn&#8217;t stay constant. For example (with disks being 1 to n, 1 being the largest), the pattern for 4 disks is 1, 2, 2, 4 (starting with disk 1 through disk 4 respectively). With 5 disks, the pattern is 1, 2, 4, 2, 4, and with 6 disks it&#8217;s 1, 2, 4, 2, 4, 4.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mth487f08dasilva.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mth487f08dasilva.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mth487f08dasilva.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mth487f08dasilva.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mth487f08dasilva.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mth487f08dasilva.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mth487f08dasilva.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mth487f08dasilva.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=16&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mth487f08dasilva.wordpress.com/2008/09/30/tower-of-hanoi-and-gray-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e7aa3dd2a49740adec6b1497feab43c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">astoicpoet</media:title>
		</media:content>
	</item>
		<item>
		<title>Tower of Hanoi, Pascal&#8217;s Triangle, Sierpinski</title>
		<link>http://mth487f08dasilva.wordpress.com/2008/09/12/tower-of-hanoi-pascals-triangle-sierpinski/</link>
		<comments>http://mth487f08dasilva.wordpress.com/2008/09/12/tower-of-hanoi-pascals-triangle-sierpinski/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 18:01:15 +0000</pubDate>
		<dc:creator>Chris Da Silva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mth487f08dasilva.wordpress.com/?p=8</guid>
		<description><![CDATA[In class we discussed the game, the Tower of Hanoi. It&#8217;s a fairly simple game to play. There are three pegs (usually), with different sized disks on one peg. The object of the game is to move all the disks from one peg to another, one disk at a time, and a larger disk cannot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=8&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In class we discussed the game, the Tower of Hanoi. It&#8217;s a fairly simple game to play. There are three pegs (usually), with different sized disks on one peg. The object of the game is to move all the disks from one peg to another, one disk at a time, and a larger disk cannot be put on a smaller one.</p>
<p>In class, we discussed how do we know we&#8217;re finishing the game in the smallest amount of moves. The way to explain this is to play the game with three pegs. When playing the game with three disks, the least amount moves one can make is 7. We know this is the smallest amount because when played with two disks, the move amount is 3. Now, let&#8217;s have the number of moves for two disks be represented by <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='m' title='m' class='latex' />, and the moves made by three disks represented by <img src='http://s0.wp.com/latex.php?latex=t&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t' title='t' class='latex' />.</p>
<p>When you play with three disks, you automatically have to make three moves to get the top two disks on to another peg to make the third peg free for the third disk. Then move the third disk, and make the same beginning three moves, only in reverse, to get all disks on one peg. So, you make the same three moves twice, and move the final disk once, giving you:</p>
<p><img src='http://s0.wp.com/latex.php?latex=t+%3D+2%2Am+%2B+1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t = 2*m + 1' title='t = 2*m + 1' class='latex' />.</p>
<p>No matter how you analyze it, this is the best mathematical explanation to show we&#8217;re making the least amount of moves.</p>
<p><strong>Pascal&#8217;s, Sierpinski, ToH</strong></p>
<p>At first glance of Pascal&#8217;s Triangle, Sierpinski&#8217;s Gasket, and the Tower of Hanoi graph, one may not see the resemblance. However, if you look at the ToH graph and Pascal&#8217;s Triangle side by side very closely, you can see a great resemblance. An even greater resemblance is seen between the Tower of Hanoi graph and Sierpinski&#8217;s Gasket. The two triangle setups are virtually identical. But why is this? Also, as I browsed through fellow classmates&#8217; blogs, <a title="Matt Huberman" href="http://mirolhado.wordpress.com/mth-487-tower-of-hanoi/" target="_blank">Matt Huberman</a> made a nice little discovery in his September 10 post. When you have Pascal&#8217;s Triangle written up, if you add all the number in a line and ignore the last 1, it equals the least number of moves needed to complete a game of Tower of Hanoi with <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='x' title='x' class='latex' /> number of disks. Why is this? Did Pascal do this on purpose? I think it may be possible. I think Pascal was able to see something we can&#8217;t, and while creating his Triangle, he incorporated it with the Tower of Hanoi graph.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mth487f08dasilva.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mth487f08dasilva.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mth487f08dasilva.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mth487f08dasilva.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mth487f08dasilva.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mth487f08dasilva.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mth487f08dasilva.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mth487f08dasilva.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mth487f08dasilva.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mth487f08dasilva.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=8&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mth487f08dasilva.wordpress.com/2008/09/12/tower-of-hanoi-pascals-triangle-sierpinski/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e7aa3dd2a49740adec6b1497feab43c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">astoicpoet</media:title>
		</media:content>
	</item>
		<item>
		<title>Collatz Complex Function</title>
		<link>http://mth487f08dasilva.wordpress.com/2008/09/03/collatz-complex-function/</link>
		<comments>http://mth487f08dasilva.wordpress.com/2008/09/03/collatz-complex-function/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 17:29:42 +0000</pubDate>
		<dc:creator>Chris Da Silva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mth487f08dasilva.wordpress.com/?p=3</guid>
		<description><![CDATA[Yesterday in class, while looking at this graph: I realized that it follows a retrograde motion, much like the planet Mars appears to make in correlation to Earth.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=3&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday in class, while looking at this graph:</p>
<p><img class="alignnone" src="http://mth487f08.files.wordpress.com/2008/08/collatz_map_circle1.jpg?w=360&#038;h=230" alt="" width="360" height="230" /></p>
<p>I realized that it follows a retrograde motion, much like the planet Mars appears to make in correlation to Earth.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mth487f08dasilva.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mth487f08dasilva.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mth487f08dasilva.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mth487f08dasilva.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mth487f08dasilva.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mth487f08dasilva.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mth487f08dasilva.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mth487f08dasilva.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mth487f08dasilva.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mth487f08dasilva.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mth487f08dasilva.wordpress.com&amp;blog=4715419&amp;post=3&amp;subd=mth487f08dasilva&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mth487f08dasilva.wordpress.com/2008/09/03/collatz-complex-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e7aa3dd2a49740adec6b1497feab43c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">astoicpoet</media:title>
		</media:content>

		<media:content url="http://mth487f08.files.wordpress.com/2008/08/collatz_map_circle1.jpg" medium="image" />
	</item>
	</channel>
</rss>
