<?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: Graph Theory: Part I (Introduction)</title>
	<atom:link href="http://20bits.com/articles/graph-theory-part-i-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://20bits.com/articles/graph-theory-part-i-introduction/</link>
	<description>Driven by Data</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:50:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hrish</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-5047</link>
		<dc:creator>Hrish</dc:creator>
		<pubDate>Sun, 13 Jun 2010 11:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-5047</guid>
		<description>Nice series of articles on influence calculation - this was precisely what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice series of articles on influence calculation &#8211; this was precisely what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grant</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-1007</link>
		<dc:creator>grant</dc:creator>
		<pubDate>Sun, 16 Mar 2008 22:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-1007</guid>
		<description>That helps a bunch, thanks.</description>
		<content:encoded><![CDATA[<p>That helps a bunch, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-1006</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 16 Mar 2008 21:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-1006</guid>
		<description>grant,

You&#039;d say there is a path from v&lt;sub&gt;1&lt;/sub&gt; to v&lt;sub&gt;2&lt;/sub&gt;, but not that there is an edge between them.  IOW, the edge relationship is not necessary transitive.  In fact, the edge set doesn&#039;t even need to be represented by ordered pairs, so it&#039;s not even necessarily a &quot;relation&quot; in the strict mathematical sense of the word, e.g., you might have multiple edges between two vertices.

Most people mean &quot;simple graph&quot; when they say graph, so these &quot;pathological&quot; cases (i.e., loops, multiple edges, etc.) are excluded from the outset.

That said, if you have a graph G = (V,E) you could define another graph G&#039; = (V,E&#039;) whose edge relationship is v ~ w iff there is a path between v and w in G.

I&#039;m not sure this is a very interesting graph, though.  You&#039;d basically take the connected components of G and turn them into complete graphs.  So G&#039; is always a disjoint union of some number of complete graphs.  I don&#039;t think it tells you anything particularly useful about G.

Hope that helps.

- Jesse</description>
		<content:encoded><![CDATA[<p>grant,</p>
<p>You&#8217;d say there is a path from v<sub>1</sub> to v<sub>2</sub>, but not that there is an edge between them.  IOW, the edge relationship is not necessary transitive.  In fact, the edge set doesn&#8217;t even need to be represented by ordered pairs, so it&#8217;s not even necessarily a &#8220;relation&#8221; in the strict mathematical sense of the word, e.g., you might have multiple edges between two vertices.</p>
<p>Most people mean &#8220;simple graph&#8221; when they say graph, so these &#8220;pathological&#8221; cases (i.e., loops, multiple edges, etc.) are excluded from the outset.</p>
<p>That said, if you have a graph G = (V,E) you could define another graph G&#8217; = (V,E&#8217;) whose edge relationship is v ~ w iff there is a path between v and w in G.</p>
<p>I&#8217;m not sure this is a very interesting graph, though.  You&#8217;d basically take the connected components of G and turn them into complete graphs.  So G&#8217; is always a disjoint union of some number of complete graphs.  I don&#8217;t think it tells you anything particularly useful about G.</p>
<p>Hope that helps.</p>
<p>- Jesse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grant</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-1005</link>
		<dc:creator>grant</dc:creator>
		<pubDate>Sun, 16 Mar 2008 20:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-1005</guid>
		<description>I have a question about what you might, I suppose, call transitivity. For example, consider the last image of a graph in your post. Could you say there is an edge E(v1,v2) since there is a path from v1 to v2 via v3?

Perhaps you could write E(v1, v3, v2), which might reduce to E(v1, v2)?

I hope you understand what I&#039;m trying to ask...(also, I&#039;m sorry to ask an elementary question. you&#039;re not here to teach math. I&#039;m trying to find an answer to it myself right now.)</description>
		<content:encoded><![CDATA[<p>I have a question about what you might, I suppose, call transitivity. For example, consider the last image of a graph in your post. Could you say there is an edge E(v1,v2) since there is a path from v1 to v2 via v3?</p>
<p>Perhaps you could write E(v1, v3, v2), which might reduce to E(v1, v2)?</p>
<p>I hope you understand what I&#8217;m trying to ask&#8230;(also, I&#8217;m sorry to ask an elementary question. you&#8217;re not here to teach math. I&#8217;m trying to find an answer to it myself right now.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-655</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 31 Oct 2007 18:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-655</guid>
		<description>I think you wanted to say
&quot;Vertices could be cities and edges could be interstate highways.&quot;
instead of 
&quot;Edges could be cities and edges could be interstate highways.&quot;</description>
		<content:encoded><![CDATA[<p>I think you wanted to say<br />
&#8220;Vertices could be cities and edges could be interstate highways.&#8221;<br />
instead of<br />
&#8220;Edges could be cities and edges could be interstate highways.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-488</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Wed, 01 Aug 2007 22:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-488</guid>
		<description>Mike,

Glad to hear people at Facebook know my name! Too bad they didn&#039;t want to hire me. :P</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Glad to hear people at Facebook know my name! Too bad they didn&#8217;t want to hire me. :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Malone</title>
		<link>http://20bits.com/articles/graph-theory-part-i-introduction/comment-page-1/#comment-487</link>
		<dc:creator>Mike Malone</dc:creator>
		<pubDate>Wed, 01 Aug 2007 19:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/2007/07/31/introduction-to-graph-theory-part-i-the-basics/#comment-487</guid>
		<description>Awesome post Jesse. I&#039;m very interested in using computers to work on this sort of problem, but my math background is a little weak (at least compared to yours). I think one of the biggest stumbling blocks to understanding complex mathematics is the notation. There are similar problems in almost every field/industry, but the notation and lingo in math is both powerful and complex. If you don&#039;t understand all of the notation, you have absolutely no hope of understanding the equation. Oftentimes when a complex equation is explained to me in simple English (I know that&#039;s often tough to do) it becomes incredibly obvious and simple to understand.

I look forward to the rest of this series of posts. I really enjoy reading your blog man, keep up the good work! Another area I&#039;d love to see you write about that&#039;s also closely related to set theory is neural networks and other learning algorithms. Particularly as they apply to collaborative filtering. I think there&#039;s huge potential in collaborative filtering for web 2.0ish websites, but there are few sites that are really focused on the problem (perhaps because it&#039;s very complicated).

Also, one completely unrelated side note: I was at Facebook a few days ago and they all knew of you/your blog! Your reputation precedes you =p.</description>
		<content:encoded><![CDATA[<p>Awesome post Jesse. I&#8217;m very interested in using computers to work on this sort of problem, but my math background is a little weak (at least compared to yours). I think one of the biggest stumbling blocks to understanding complex mathematics is the notation. There are similar problems in almost every field/industry, but the notation and lingo in math is both powerful and complex. If you don&#8217;t understand all of the notation, you have absolutely no hope of understanding the equation. Oftentimes when a complex equation is explained to me in simple English (I know that&#8217;s often tough to do) it becomes incredibly obvious and simple to understand.</p>
<p>I look forward to the rest of this series of posts. I really enjoy reading your blog man, keep up the good work! Another area I&#8217;d love to see you write about that&#8217;s also closely related to set theory is neural networks and other learning algorithms. Particularly as they apply to collaborative filtering. I think there&#8217;s huge potential in collaborative filtering for web 2.0ish websites, but there are few sites that are really focused on the problem (perhaps because it&#8217;s very complicated).</p>
<p>Also, one completely unrelated side note: I was at Facebook a few days ago and they all knew of you/your blog! Your reputation precedes you =p.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
