help-octave
[Top][All Lists]
Advanced

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

Re: doubt in colamd


From: Bill Denney
Subject: Re: doubt in colamd
Date: Wed, 27 Jul 2005 08:07:12 -0400 (EDT)

On Tue, 26 Jul 2005, Jorge Barros de Abreu wrote:

Hi for All.

In "help colamd" there is in raw 10 the expression "LU factor". In its context what is "LU" ?

L and U are lower and upper triangular matrices that make some matrix operations faster. They are just the common variable names for this method of solving problems of the form

A * x = B

by converting it to

L * U * x = B

first.

Bill

--
To criticize the incompetent is easy; to criticize the competent is difficult.
  -- unknown



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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