<?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>Matt Segar&#039;s Blog</title>
	<atom:link href="http://mattsegar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattsegar.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 27 Apr 2010 22:28:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mattsegar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Matt Segar&#039;s Blog</title>
		<link>http://mattsegar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mattsegar.wordpress.com/osd.xml" title="Matt Segar&#039;s Blog" />
	<atom:link rel='hub' href='http://mattsegar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>10.3</title>
		<link>http://mattsegar.wordpress.com/2010/04/27/10-3/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/27/10-3/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 22:28:08 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=68</guid>
		<description><![CDATA[This was an interesting chapter because I&#8217;ve had to write algorithms to traverse a tree in both Java and Haskell so it was different seeing the mathematics behind what I was coding. However, the notation makes absolutely no sense to me. From Example 5 on I got confused. I&#8217;ve seen tree traversals in previous math [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=68&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This was an interesting chapter because I&#8217;ve had to write algorithms to traverse a tree in both Java and Haskell so it was different seeing the mathematics behind what I was coding. However, the notation makes absolutely no sense to me. From Example 5 on I got confused.</p>
<p>I&#8217;ve seen tree traversals in previous math classes. I don&#8217;t find it exactly interesting but it&#8217;s different coding up how to do it. I&#8217;m not exactly sure how different traversals are useful however.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=68&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/27/10-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>10.2</title>
		<link>http://mattsegar.wordpress.com/2010/04/25/10-2/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/25/10-2/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 22:42:29 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=66</guid>
		<description><![CDATA[I like how the book showed diagrams for finding a decision of three distinct elements. I never though of using a tree to solve that kind of problem. Other than that I&#8217;d seen binary search trees in other CS classes. I haven&#8217;t seen Huffman coding before. What exactly is it used for? Is it really [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=66&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like how the book showed diagrams for finding a decision of three distinct elements. I never though of using a tree to solve that kind of problem. Other than that I&#8217;d seen binary search trees in other CS classes. I haven&#8217;t seen Huffman coding before. What exactly is it used for? Is it really any different than normal trees?</p>
<p>I&#8217;ve seen binary search trees in all my previous CS classes. I find this topic interesting because it&#8217;s a different way of storing information and can be useful in many applications.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=66&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/25/10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>10.1</title>
		<link>http://mattsegar.wordpress.com/2010/04/23/10-1/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/23/10-1/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 03:25:55 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=64</guid>
		<description><![CDATA[This section was a big review for me. Everything in this chapter minus the theorems I&#8217;d seen before. I&#8217;m a little confused on the proof for Theorem 5 though. Other than that I&#8217;ve seen this material in nearly every CS class I&#8217;ve taken. I do find it interesting because trees and tree traversals allow you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=64&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This section was a big review for me. Everything in this chapter minus the theorems I&#8217;d seen before. I&#8217;m a little confused on the proof for Theorem 5 though.</p>
<p>Other than that I&#8217;ve seen this material in nearly every CS class I&#8217;ve taken. I do find it interesting because trees and tree traversals allow you to do some pretty cool things especially with searching and sorting data.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=64&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/23/10-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>9.5</title>
		<link>http://mattsegar.wordpress.com/2010/04/20/9-5/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/20/9-5/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 23:26:28 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=62</guid>
		<description><![CDATA[This was a difficult section for me. This seemed like the first section where we took all the background information we learned about graphs and actually used it to solve problems. I still don&#8217;t understand the different between a Euler Circuit and Path though. This made it difficult for me to understand the rest of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=62&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This was a difficult section for me. This seemed like the first section where we took all the background information we learned about graphs and actually used it to solve problems. I still don&#8217;t understand the different between a Euler Circuit and Path though. This made it difficult for me to understand the rest of the chapter.</p>
<p>I haven&#8217;t seen any of this in any previous math class and I find this particular section difficult and slightly frustrating since it takes everything we&#8217;ve learned in the previous 4 sections.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=62&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/20/9-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>9.4</title>
		<link>http://mattsegar.wordpress.com/2010/04/18/9-4/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/18/9-4/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 23:20:20 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=60</guid>
		<description><![CDATA[Again, this section seemed to be alot of vocabulary terms. Reading the definitions over more than once greatly helped me in this section. I had trouble with the matrices at the end of the section. Why in the A^4 matrix are there 8s? I haven&#8217;t seen any of this in a previous math class. This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=60&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Again, this section seemed to be alot of vocabulary terms. Reading the definitions over more than once greatly helped me in this section. I had trouble with the matrices at the end of the section. Why in the A^4 matrix are there 8s?</p>
<p>I haven&#8217;t seen any of this in a previous math class. This section wasn&#8217;t terribly interesting to me but did help expand my understanding of graph theory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=60&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/18/9-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>Review</title>
		<link>http://mattsegar.wordpress.com/2010/04/14/review-3/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/14/review-3/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 02:38:29 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=58</guid>
		<description><![CDATA[To start, can you go over problems that require &#8216;super letters&#8217;? Also, anything from 6.4 was difficult as well, especially expected value. Problems include: 5.1 #50,     5.3 #25,     6.1 #26,     6.4 #6, 8, 24,     7.1 #8, 10, 14<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=58&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To start, can you go over problems that require &#8216;super letters&#8217;? Also, anything from 6.4 was difficult as well, especially expected value.</p>
<p>Problems include: 5.1 #50,     5.3 #25,     6.1 #26,     6.4 #6, 8, 24,     7.1 #8, 10, 14</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=58&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/14/review-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>9.3</title>
		<link>http://mattsegar.wordpress.com/2010/04/12/9-3/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/12/9-3/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 03:30:47 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=56</guid>
		<description><![CDATA[Adjacency doesn&#8217;t seem too difficult, the only confusing part is assigning it to a matrix. I don&#8217;t completely understand how it&#8217;s useful? Other than that this chapter seemed similar to 9.2 in that it&#8217;s alot of vocab. I haven&#8217;t seen any of this in any previous math class but do find it interesting. I like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=56&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Adjacency doesn&#8217;t seem too difficult, the only confusing part is assigning it to a matrix. I don&#8217;t completely understand how it&#8217;s useful? Other than that this chapter seemed similar to 9.2 in that it&#8217;s alot of vocab.</p>
<p>I haven&#8217;t seen any of this in any previous math class but do find it interesting. I like how each section really builds on the one previous to further our understanding.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=56&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/12/9-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>9.2</title>
		<link>http://mattsegar.wordpress.com/2010/04/09/9-2/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/09/9-2/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 01:11:51 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=54</guid>
		<description><![CDATA[I like the Handshake Theorem. It&#8217;s kinda nifty to see how it all relates. Other than that I feel like I have a pretty good understanding of the vocabulary. It helps reading the boxes multiple times! However Example 16 seems incredibly complex. Is that something you&#8217;d expect us to know? Also, is it possible to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=54&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like the Handshake Theorem. It&#8217;s kinda nifty to see how it all relates. Other than that I feel like I have a pretty good understanding of the vocabulary. It helps reading the boxes multiple times! However Example 16 seems incredibly complex. Is that something you&#8217;d expect us to know? Also, is it possible to have an n-cube where n = 4?</p>
<p>I haven&#8217;t really seen this vocab in any previous math class but do find it interesting. I&#8217;m starting to see where graph theory has some neat applications.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=54&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/09/9-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>9.1</title>
		<link>http://mattsegar.wordpress.com/2010/04/07/9-1/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/07/9-1/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 00:20:35 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=52</guid>
		<description><![CDATA[This section seemed like a lot of vocab terms to memorize. I&#8217;m getting confused on distinguishing the different types of graphs. Is this section suppose to help us in future sections? It seems like the only problems they can ask us is the types of graphs used. I&#8217;m not quite sure how this will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=52&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This section seemed like a lot of vocab terms to memorize. I&#8217;m getting confused on distinguishing the different types of graphs. Is this section suppose to help us in future sections? It seems like the only problems they can ask us is the types of graphs used. I&#8217;m not quite sure how this will be used for future problems.</p>
<p>I think it would be helpful if we could make a big chart and give an example of each to help us distinguish them</p>
<p>I haven&#8217;t really seen this in any previous math class. Is this related to the Bridges of Klonesburg (I&#8217;m sure that&#8217;s not how you spell it but the problem where there are 7 bridges and an island)? I think I remember reading somewhere graph theory can help solve that problem. I don&#8217;t know where graph theory is going but it does seem kind of interesting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=52&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/07/9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
		<item>
		<title>7.5</title>
		<link>http://mattsegar.wordpress.com/2010/04/05/7-5/</link>
		<comments>http://mattsegar.wordpress.com/2010/04/05/7-5/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 02:56:34 +0000</pubDate>
		<dc:creator>mattsegar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsegar.wordpress.com/?p=50</guid>
		<description><![CDATA[This was a very interesting chapter for me. I really liked how the book had diagrams to show how the equations worked. This chapter really seemed like an extension of 5.1 therefore I didn&#8217;t find it too difficult. I haven&#8217;t seen any of this in any previous math class but still find it interesting. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=50&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This was a very interesting chapter for me. I really liked how the book had diagrams to show how the equations worked. This chapter really seemed like an extension of 5.1 therefore I didn&#8217;t find it too difficult.</p>
<p>I haven&#8217;t seen any of this in any previous math class but still find it interesting. I can see this being used in real world scenarios. Perhaps the Registrars office does some of this to see what students have taken multiple classes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsegar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsegar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattsegar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattsegar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsegar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsegar.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsegar.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsegar.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsegar.wordpress.com&amp;blog=11559004&amp;post=50&amp;subd=mattsegar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattsegar.wordpress.com/2010/04/05/7-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c003b6c659a24463c47629d5209dfb5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattsegar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
