<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.imechanica.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>iMechanica - How do find Inverse to Rectangular Matrix? - Comments</title>
 <link>http://www.imechanica.org/node/7078</link>
 <description>Comments for &quot;How do find Inverse to Rectangular Matrix?&quot;</description>
 <language>en</language>
<item>
 <title>as other friend</title>
 <link>http://www.imechanica.org/node/7078#comment-12811</link>
 <description>&lt;p&gt;
as other friend mentioned...simply by using (svd).try it with matlab.
&lt;/p&gt;
&lt;p&gt;
svd([your matrix])
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 16 Nov 2009 15:11:34 -0500</pubDate>
 <dc:creator>gholamreza</dc:creator>
 <guid isPermaLink="false">comment 12811 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Re: How do find Inverse to Rectangular Matrix?</title>
 <link>http://www.imechanica.org/node/7078#comment-12797</link>
 <description>&lt;p&gt;Singular value decomposition (SVD) might also be helpful. You can look it up in &amp;quot;Numerical recipes&amp;quot;.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 14 Nov 2009 16:11:03 -0500</pubDate>
 <dc:creator>Andrej Puksic</dc:creator>
 <guid isPermaLink="false">comment 12797 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Re: How do find Inverse to Rectangular Matrix?</title>
 <link>http://www.imechanica.org/node/7078#comment-12796</link>
 <description>&lt;p&gt;&lt;font face=&quot;arial,helvetica,sans-serif&quot; size=&quot;2&quot;&gt;An inverse of a rectangular matrix is still viable. Search for Moore-Penrose inverse, Generalized inverse or Pseudoinverse. I think the latter is used in Matlab. &lt;/font&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 14 Nov 2009 12:37:47 -0500</pubDate>
 <dc:creator>Alejandro A. Ortiz</dc:creator>
 <guid isPermaLink="false">comment 12796 at http://www.imechanica.org</guid>
</item>
<item>
 <title> 


 


LU decompostion</title>
 <link>http://www.imechanica.org/node/7078#comment-12791</link>
 <description>&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;LU decompostion may be an efficient numerical method, you can find&lt;/font&gt;&lt;font size=&quot;4&quot;&gt; its algorithm in &amp;quot;numercial&lt;/font&gt; &lt;font size=&quot;4&quot;&gt;recipes&lt;/font&gt;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 14 Nov 2009 10:33:37 -0500</pubDate>
 <dc:creator>T.ZENG</dc:creator>
 <guid isPermaLink="false">comment 12791 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Inverse of a  Rectangular matrix</title>
 <link>http://www.imechanica.org/node/7078#comment-12787</link>
 <description>&lt;p&gt;Requirements to have an Inverse&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The matrix must be square (same number of rows and columns).&lt;/li&gt;
&lt;li&gt;The determinant of the matrix must not be zero .&lt;br /&gt;
	This is instead of the real number not being zero to have an inverse, the determinant must not&lt;br /&gt;
	be zero to have an inverse.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
A matrix that does not&lt;br /&gt;
have an inverse is called &lt;strong&gt;singular&lt;/strong&gt;. A Rectangular matrixis a singular matrix which means it does not have an inverse.
&lt;/p&gt;
&lt;p&gt;
Hope I have answered you.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Cheers,
&lt;/p&gt;
&lt;p&gt;
Thiyagarajan Dev.
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 14 Nov 2009 03:17:50 -0500</pubDate>
 <dc:creator>Thiyagarajan Dev</dc:creator>
 <guid isPermaLink="false">comment 12787 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Muthu Kumar M</title>
 <link>http://www.imechanica.org/node/7078#comment-12786</link>
 <description>&lt;p&gt;Muthu Kumar M&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 14 Nov 2009 00:53:05 -0500</pubDate>
 <dc:creator>Muthukumar M</dc:creator>
 <guid isPermaLink="false">comment 12786 at http://www.imechanica.org</guid>
</item>
<item>
 <title>How do find Inverse to Rectangular Matrix?</title>
 <link>http://www.imechanica.org/node/7078</link>
 <description>&lt;p&gt;
Dear All,
&lt;/p&gt;
&lt;p&gt;
How do find the&amp;nbsp;inverse of the rectangular matrix.
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <comments>http://www.imechanica.org/node/7078#comments</comments>
 <category domain="http://www.imechanica.org/taxonomy/term/128">education</category>
 <category domain="http://www.imechanica.org/taxonomy/term/1275">linear algebra</category>
 <category domain="http://www.imechanica.org/taxonomy/term/4534">matrix inverse</category>
 <pubDate>Sat, 14 Nov 2009 00:50:38 -0500</pubDate>
 <dc:creator>Muthukumar M</dc:creator>
 <guid isPermaLink="false">7078 at http://www.imechanica.org</guid>
</item>
</channel>
</rss>

