<?xml version="1.0" encoding="iso-8859-1"?>
<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/"
	>

<channel>
	<title>[Lowerbounds, Upperbounds] &#187; Scientific Computation</title>
	<atom:link href="http://magic.aladdin.cs.cmu.edu/category/theory-of-computing/scientific-computation/feed/" rel="self" type="application/rss+xml" />
	<link>http://magic.aladdin.cs.cmu.edu</link>
	<description>Algorithms are everywhere.</description>
	<lastBuildDate>Tue, 23 Dec 2008 19:58:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiplying 70-by-70 Matrices</title>
		<link>http://magic.aladdin.cs.cmu.edu/2006/07/21/multiplying-70-by-70-matrices/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2006/07/21/multiplying-70-by-70-matrices/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 06:06:59 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[Scientific Computation]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/?p=334</guid>
		<description><![CDATA[Strassen&#8217;s algorithm for matrix multiplication is a classic example of how a straightforward algorithm may be beaten asymptotically by a witty one. But there is a problem if you use this example in teaching&#8212;how did Strassen come up with the seven intermediate submatrix products?
If you dig up Strassen&#8217;s 1969 paper, you&#8217;ll see that he didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Strassen_algorithm">Strassen&#8217;s algorithm for matrix multiplication</a> is a classic example of how a straightforward algorithm may be beaten asymptotically by a witty one. But there is a problem if you use this example in teaching&#8212;how did Strassen come up with the seven intermediate submatrix products?</p>
<p>If you dig up Strassen&#8217;s 1969 paper, you&#8217;ll see that he didn&#8217;t give us any hint. Others have attempted to offer plausible explanations, and you can find one in CLR(S), or a similar and apparently earlier one by <a href="http://web.comlab.ox.ac.uk/oucl/work/richard.brent/pd/rpb002i.pdf">Brent</a> on the web.</p>
<p>Now I don&#8217;t know about you, but I was never quite convinced when I was reading CLR as a student. But the real kicker comes when later on you were told that Victor Pan has a way to multiply two 70-by-70 matrices with 143640 multiplications&#8230; Seventy!?</p>
<p>So I decided to come up with a fairy tale to explain this magical number. But as it turns out, there is not much need for my creativity. <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>In fact, back in 1984, Victor published a monograph that contains all the glory details that lead to his algorithm. Basically, he designed a class of matrix multiplication algorithms which is parameterized by the size of the submatrices used in the recursion. The number of multiplication happens to be minimized when the submatrices are chosen to be 70 times smaller. It&#8217;s just that. No fairy tale is necessary.</p>
<p>Incidentally, the first chapter of his book is more or less available in <a href="http://comet.lehman.cuny.edu/vpan/pdf/PanSIAMReview84.pdf">an article appeared in SIAM Review</a>. You can see page 6 on which he talks about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2006/07/21/multiplying-70-by-70-matrices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matrix Action</title>
		<link>http://magic.aladdin.cs.cmu.edu/2005/04/28/matrix-action/</link>
		<comments>http://magic.aladdin.cs.cmu.edu/2005/04/28/matrix-action/#comments</comments>
		<pubDate>Thu, 28 Apr 2005 18:03:14 +0000</pubDate>
		<dc:creator>Maverick Woo</dc:creator>
				<category><![CDATA[Scientific Computation]]></category>

		<guid isPermaLink="false">http://magic.aladdin.cs.cmu.edu/2005/04/24/matrix-action/</guid>
		<description><![CDATA[Don&#8217;t let Keanu Reeves steal the focus!
This is an excellent tutorial on Singular Value Decomposition (SVD) by Todd Will from UW-La Crosse. I highly recommend it for everybody who deals with Linear Algebra.
http://www.uwlax.edu/faculty/will/svd/index.html
Among other excellent insights, once you read the page on Perpframes, Aligner and Hangers (the 3rd page in that site), you will never [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t let Keanu Reeves steal the focus!</p>
<p>This is an excellent tutorial on Singular Value Decomposition (SVD) by Todd Will from UW-La Crosse. I highly recommend it for everybody who deals with Linear Algebra.</p>
<p><a href="http://www.uwlax.edu/faculty/will/svd/index.html">http://www.uwlax.edu/faculty/will/svd/index.html</a></p>
<p>Among other excellent insights, once you read the page on Perpframes, Aligner and Hangers (the 3rd page in that site), you will never see a matrix the same way again. It&#8217;s like the, erh, blue pill. (Or is it the red one? <img src='http://magic.aladdin.cs.cmu.edu/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
]]></content:encoded>
			<wfw:commentRss>http://magic.aladdin.cs.cmu.edu/2005/04/28/matrix-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
