<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236370</link>
    <title>MATLAB Central Newsreader - lu() returns permutations of the rows of L?</title>
    <description>Feed for thread: lu() returns permutations of the rows of L?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 22 Sep 2008 21:30:20 -0400</pubDate>
      <title>lu() returns permutations of the rows of L?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236370#601487</link>
      <author>David Doria</author>
      <description>Is there any way to have lu(A) give the actual lower triangular matrix L back? It seems silly to me to have to rearrange it?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Dave</description>
    </item>
    <item>
      <pubDate>Mon, 22 Sep 2008 21:47:15 -0400</pubDate>
      <title>Re: lu() returns permutations of the rows of L?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236370#601491</link>
      <author>Walter Roberson</author>
      <description>David Doria wrote:&lt;br&gt;
&amp;gt; Is there any way to have lu(A) give the actual lower triangular matrix L back?&lt;br&gt;
&amp;gt; It seems silly to me to have to rearrange it?&lt;br&gt;
&lt;br&gt;
Why not just use the three-output or four-output versions of lu() ?&lt;br&gt;
The two-output version of lu() is the only one that returns&lt;br&gt;
the permuted lower triangular matrix.</description>
    </item>
    <item>
      <pubDate>Mon, 22 Sep 2008 22:06:02 -0400</pubDate>
      <title>Re: lu() returns permutations of the rows of L?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236370#601496</link>
      <author>David Doria</author>
      <description>ah ok, thanks</description>
    </item>
    <item>
      <pubDate>Tue, 23 Sep 2008 14:12:36 -0400</pubDate>
      <title>Re: lu() returns permutations of the rows of L?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236370#601630</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:gb92pc$lhl$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Is there any way to have lu(A) give the actual lower triangular matrix L &lt;br&gt;
&amp;gt; back? It seems silly to me to have to rearrange it?&lt;br&gt;
&lt;br&gt;
As Walter said, call LU with three or more output arguments.  To clarify: &lt;br&gt;
when you call it with two outputs, you receive a '&quot;psychologically lower &lt;br&gt;
triangular matrix&quot; (i.e. a product of lower triangular and permutation &lt;br&gt;
matrices)' as the first output.  The three-output form returns the two &lt;br&gt;
matrices that you would have to multiply to get that psychologically lower &lt;br&gt;
triangulat matrix as the first (the lower triangular matrix) and third (the &lt;br&gt;
permutation matrix) outputs.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
  </channel>
</rss>

