|
|
Re: Is there a function to calculate the determinant of a N×N matrix? [message #65986 is a reply to message #65985] |
Thu, 09 April 2009 06:50  |
duxiyu@gmail.com
Messages: 88 Registered: March 2007
|
Member |
|
|
Thank you again! ^_^
On Apr 9, 9:43 pm, Wox <s...@nomail.com> wrote:
> On Thu, 9 Apr 2009 06:36:54 -0700 (PDT), "dux...@gmail.com"
>
>
>
> <dux...@gmail.com> wrote:
>> Thanks a lot.
>> It seems that the only difference between DETERM and LA_DETERM is on
>> the methods of calculation, doesn't it?
>
>> On Apr 9, 9:24 pm, Wox <s...@nomail.com> wrote:
>>> On Thu, 9 Apr 2009 06:06:04 -0700 (PDT), "dux...@gmail.com"
>
>>> <dux...@gmail.com> wrote:
>>>> Hi, all.
>
>>>> I want to calculate the value of the determinant which is an array D
>>>> [N, N].
>>>> Is there a built-in functions to do it?
>
>>>> Best regards,
>>>> jdu
>
>>> DETERM or LA_DETERM
>
> They both use LU decomposition but LA_determ uses LAPACK LA_LUDC for
> complex input.
|
|
|
Re: Is there a function to calculate the determinant of a N×N matrix? [message #65988 is a reply to message #65985] |
Thu, 09 April 2009 06:36  |
duxiyu@gmail.com
Messages: 88 Registered: March 2007
|
Member |
|
|
Thanks a lot.
It seems that the only difference between DETERM and LA_DETERM is on
the methods of calculation, doesn't it?
On Apr 9, 9:24 pm, Wox <s...@nomail.com> wrote:
> On Thu, 9 Apr 2009 06:06:04 -0700 (PDT), "dux...@gmail.com"
>
> <dux...@gmail.com> wrote:
>> Hi, all.
>
>> I want to calculate the value of the determinant which is an array D
>> [N, N].
>> Is there a built-in functions to do it?
>
>> Best regards,
>> jdu
>
> DETERM or LA_DETERM
|
|
|