<?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: Fast Determinant Calculation</title>
	<atom:link href="http://ergodicity.iamganesh.com/2008/08/fast-determinant-calculation/feed/" rel="self" type="application/rss+xml" />
	<link>http://ergodicity.iamganesh.com/2008/08/fast-determinant-calculation/</link>
	<description>Quick brown foxes and lazy dogs.</description>
	<lastBuildDate>Fri, 09 Oct 2009 22:47:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ganesh</title>
		<link>http://ergodicity.iamganesh.com/2008/08/fast-determinant-calculation/comment-page-1/#comment-11853</link>
		<dc:creator>ganesh</dc:creator>
		<pubDate>Thu, 21 Aug 2008 18:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://ergodicity.iamganesh.com/?p=310#comment-11853</guid>
		<description>&lt;p&gt;That&#039;s real neat. Brings back bad memories of trying to solve linear systems by hand in high school via Cramer&#039;s rule.&lt;/p&gt;

&lt;p&gt;Determinants are rich. Most of us are only familiar with linear algebraic methods, but as the amount of data becomes too big to fit in memory, we need novel methods such as yours. More promising is combinatorial random approaches (Las Vegas/Monte Carlo kind.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s real neat. Brings back bad memories of trying to solve linear systems by hand in high school via Cramer&#8217;s rule.</p>
<p>Determinants are rich. Most of us are only familiar with linear algebraic methods, but as the amount of data becomes too big to fit in memory, we need novel methods such as yours. More promising is combinatorial random approaches (Las Vegas/Monte Carlo kind.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidharth Shah</title>
		<link>http://ergodicity.iamganesh.com/2008/08/fast-determinant-calculation/comment-page-1/#comment-11841</link>
		<dc:creator>Sidharth Shah</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://ergodicity.iamganesh.com/?p=310#comment-11841</guid>
		<description>&lt;p&gt;This reminds me of one my undergrad toys I had worked with one buddy of mine. You can take a look at it here: http://www.geocities.com/dhruvbird/eqnc/.&lt;/p&gt;

&lt;p&gt;So its basically a distributed equation solver, solves system of linear equation. At the core of system is solving determinant in trivial way but merging results back to calculate final value. Though we didnt do any rigorous benchmarks works decent.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This reminds me of one my undergrad toys I had worked with one buddy of mine. You can take a look at it here: <a href="http://www.geocities.com/dhruvbird/eqnc/" rel="nofollow">http://www.geocities.com/dhruvbird/eqnc/</a>.</p>
<p>So its basically a distributed equation solver, solves system of linear equation. At the core of system is solving determinant in trivial way but merging results back to calculate final value. Though we didnt do any rigorous benchmarks works decent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

