<?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: Computer Algorithms: Strassen&#8217;s Matrix Multiplication</title>
	<atom:link href="/2012/11/26/computer-algorithms-strassens-matrix-multiplication/feed/" rel="self" type="application/rss+xml" />
	<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: akash</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-440326</link>
		<dc:creator><![CDATA[akash]]></dc:creator>
		<pubDate>Tue, 31 Jan 2017 07:02:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-440326</guid>
		<description><![CDATA[how can we get n*n matrix multiplication using Strassen&#039;s multiplication using recursion and structure????]]></description>
		<content:encoded><![CDATA[<p>how can we get n*n matrix multiplication using Strassen&#8217;s multiplication using recursion and structure????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sangram</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-428246</link>
		<dc:creator><![CDATA[Sangram]]></dc:creator>
		<pubDate>Sat, 05 Nov 2016 23:37:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-428246</guid>
		<description><![CDATA[Please give the explanation of P1...P7 and how  this algorithm can be used for n&#062;2?]]></description>
		<content:encoded><![CDATA[<p>Please give the explanation of P1&#8230;P7 and how  this algorithm can be used for n&gt;2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shubhangi ramteke</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-407605</link>
		<dc:creator><![CDATA[shubhangi ramteke]]></dc:creator>
		<pubDate>Sun, 15 May 2016 19:55:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-407605</guid>
		<description><![CDATA[thankuuu...u really help mi in AOA.]]></description>
		<content:encoded><![CDATA[<p>thankuuu&#8230;u really help mi in AOA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shruti</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-403111</link>
		<dc:creator><![CDATA[Shruti]]></dc:creator>
		<pubDate>Sat, 02 Apr 2016 11:15:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-403111</guid>
		<description><![CDATA[thank you so much..really helpful]]></description>
		<content:encoded><![CDATA[<p>thank you so much..really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GM</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-399969</link>
		<dc:creator><![CDATA[GM]]></dc:creator>
		<pubDate>Fri, 11 Mar 2016 04:14:40 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-399969</guid>
		<description><![CDATA[how you got this equation  
p1,p2,p3,p4,p5,p6,p7]]></description>
		<content:encoded><![CDATA[<p>how you got this equation<br />
p1,p2,p3,p4,p5,p6,p7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salem (jeje) Wiseman</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-397146</link>
		<dc:creator><![CDATA[Salem (jeje) Wiseman]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 17:05:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-397146</guid>
		<description><![CDATA[binary search is a searching algorithm.in each step.the agorithm compares the input element x with the value of the middle element in array.if the value match,return the index of middle.otherwise.if x is less than the middle element.then the algorithm recurs for left side middle element.else recurs for right side middle element.]]></description>
		<content:encoded><![CDATA[<p>binary search is a searching algorithm.in each step.the agorithm compares the input element x with the value of the middle element in array.if the value match,return the index of middle.otherwise.if x is less than the middle element.then the algorithm recurs for left side middle element.else recurs for right side middle element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salem (jeje) Wiseman</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-397144</link>
		<dc:creator><![CDATA[Salem (jeje) Wiseman]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 16:56:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-397144</guid>
		<description><![CDATA[strassen algorithm is an efficient algorithm to multiply two matrices.A simple method to multiply  two matrices need 3 nested loops and is 0(n^3).Strassens algorithm multiplies two matrices in 0(n^2.8974) time.]]></description>
		<content:encoded><![CDATA[<p>strassen algorithm is an efficient algorithm to multiply two matrices.A simple method to multiply  two matrices need 3 nested loops and is 0(n^3).Strassens algorithm multiplies two matrices in 0(n^2.8974) time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Pauer</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-392826</link>
		<dc:creator><![CDATA[Fernando Pauer]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 19:43:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-392826</guid>
		<description><![CDATA[Reference: https://en.wikipedia.org/wiki/Strassen_algorithm]]></description>
		<content:encoded><![CDATA[<p>Reference: <a href="https://en.wikipedia.org/wiki/Strassen_algorithm" rel="nofollow">https://en.wikipedia.org/wiki/Strassen_algorithm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Pauer</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-392822</link>
		<dc:creator><![CDATA[Fernando Pauer]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 19:31:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-392822</guid>
		<description><![CDATA[Hi,

Your Strassem Algorithm is wrong!

Wrong:  p1 + p5 - p3 - p7

Correct: p1 + p5 - p3 + p7]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your Strassem Algorithm is wrong!</p>
<p>Wrong:  p1 + p5 &#8211; p3 &#8211; p7</p>
<p>Correct: p1 + p5 &#8211; p3 + p7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhilasha</title>
		<link>/2012/11/26/computer-algorithms-strassens-matrix-multiplication/comment-page-1/#comment-389180</link>
		<dc:creator><![CDATA[Abhilasha]]></dc:creator>
		<pubDate>Tue, 15 Dec 2015 06:21:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=3466#comment-389180</guid>
		<description><![CDATA[nice information helpful for me !!!]]></description>
		<content:encoded><![CDATA[<p>nice information helpful for me !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
