help-octave
[Top][All Lists]
Advanced

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

Re: QR vs LU factorisation


From: Jordi Gutiérrez Hermoso
Subject: Re: QR vs LU factorisation
Date: Sun, 29 Jun 2008 21:45:47 -0500

2008/6/29 Dmitri A. Sergatskov <address@hidden>:
> I am not really an expert, but as far as I know
>
> -- LU is a computationally efficient algorithm for "good" matrices, not
>   suitable for ill-conditioned matrices at all.
>
> -- SVD is a very robust algorithm; gives you the most "useful" results in
>   the most pathological cases
>
> -- QR seems to be good trade-off between the previous  two.
>   As far as I know this is the default algorithm in both Matlab
>   and IDl.

Hm, so the last resort in Matlab is QR but it's LU in Octave? Is this
a deliberate choice? This looks like a hazy tradeoff.

- Jordi G. H.


reply via email to

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