<?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: Computing Large Determinants in Python</title>
	<atom:link href="http://www.algorithm.co.il/blogs/programming/python/computing-large-determinants-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs/computer-science/computing-large-determinants-in-python/</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Tue, 21 Jun 2011 21:07:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: lorg</title>
		<link>http://www.algorithm.co.il/blogs/computer-science/computing-large-determinants-in-python/#comment-179</link>
		<dc:creator>lorg</dc:creator>
		<pubDate>Fri, 27 Mar 2009 06:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/?p=176#comment-179</guid>
		<description>That&#039;s excellent!
I looked at sage a long time ago, but I didn&#039;t have it mind.
I checked out their matrix determinant, and they use some really specialized algorithms. It&#039;s really fast!

Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>That&#8217;s excellent!<br />
I looked at sage a long time ago, but I didn&#8217;t have it mind.<br />
I checked out their matrix determinant, and they use some really specialized algorithms. It&#8217;s really fast!</p>
<p>Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rani</title>
		<link>http://www.algorithm.co.il/blogs/computer-science/computing-large-determinants-in-python/#comment-178</link>
		<dc:creator>Rani</dc:creator>
		<pubDate>Thu, 26 Mar 2009 17:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/?p=176#comment-178</guid>
		<description>Or you could fire up good ol&#039; Sage* and just write down

sage: Matrix([[1,2,3],[4,5,7],[9,8,9]])

[1 2 3]
[4 5 7]
[9 8 9]
sage: _.det()
4

* http://sagemath.org/</description>
		<content:encoded><![CDATA[<p>Or you could fire up good ol&#8217; Sage* and just write down</p>
<p>sage: Matrix([[1,2,3],[4,5,7],[9,8,9]])</p>
<p>[1 2 3]<br />
[4 5 7]<br />
[9 8 9]<br />
sage: _.det()<br />
4</p>
<p>* <a href="http://sagemath.org/" rel="nofollow">http://sagemath.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

