[algogeeks] Re: inverse matrix related question.

2008-01-08 Thread Dave
I suggest you refer to the excellent book Matrix Computations by Golub and van Loan. Dave On Jan 8, 10:09 pm, "Lukas Šalkauskas" <[EMAIL PROTECTED]> wrote: > I just need fastest algorithm I can get to implement Gaussian method to > calculate inverse N x M matrix. > > On Jan 9, 2008 3:24 AM, Dave

[algogeeks] Re: inverse matrix related question.

2008-01-08 Thread Lukas Šalkauskas
I just need fastest algorithm I can get to implement Gaussian method to calculate inverse N x M matrix. On Jan 9, 2008 3:24 AM, Dave <[EMAIL PROTECTED]> wrote: > > What is the problem you want to solve using the inverse matrix? There > are many problems that can be solved much more efficiently by

[algogeeks] Re: inverse matrix related question.

2008-01-08 Thread Dave
What is the problem you want to solve using the inverse matrix? There are many problems that can be solved much more efficiently by an approach that does not use the inverse matrix. Dave On Jan 8, 6:34 pm, "Lukas Šalkauskas" <[EMAIL PROTECTED]> wrote: > Hi, >    I need a gaussian method to calcu