help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lu decomposition without any permutations


From: Przemek Klosowski
Subject: Re: lu decomposition without any permutations
Date: Thu, 14 Feb 2008 10:49:51 -0500 (EST)

I think it is permuting the rows because you are asking it to permute the rows 
by 
providing the parameter p. If you don't it doesn't permute:

          a=rand(5);  [l, u] = lu(a);  l*u-a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]