Re: The determinant of a matrix




Yecloud wrote:
Hi, all,

I have a question on calculating the determinant of a matrix and am
wondering if there is any well-known formula for it. The matrix is in
K-by-K dimension and symmetric, the entry at (i,j) is a^((i-j)^2),
where
a >0 and a < 1.

The type of matrix you ask about is of a special form, having
the same value along entries in each "subdiagonal". The name
for these specially formed matrices is a Toeplitz matrix.

There are "fast" algorithms available for these, and in particular
the determinant can be calculated in O(n^2) operations. It's
possible that there is a closed form expression for these, but
I'll have to think about it.

Meanwhile you might want to Google for "Toeplitz determinant"
and see if something strikes you as algorithmically usable.

regards, chip

.



Relevant Pages

  • Re: The determinant of a matrix
    ... I have a question on calculating the determinant of a matrix and am ... for these specially formed matrices is a Toeplitz matrix. ...
    (sci.math)
  • Re: Problems calculating matrix determinant
    ... >hint on what I am doing wrong. ... The first thing you are doing wrong is that you are not calculating ... what your calculation of the determinant was. ... Arturo Magidin ...
    (sci.math)
  • Re: The "determinant" of three dimensional matrix.
    ... I was thinking of a way of calculating the "determinant", as the sum of ... May it be the solution of compound linear equation of the form: ... I do not think determinant is "defined" for 3D matrices. ...
    (sci.math.symbolic)
  • [OT ?] determinant computation time complexity
    ... I'm not so experienced in calculating complexity. ... calculate time complexity for calculating the determinant of a square n x n ... I know this is a really slow algorithm ...
    (comp.programming)
  • [OT ?] determinant computation time complexity
    ... I'm not so experienced in calculating complexity. ... calculate time complexity for calculating the determinant of a square n x n ... I know this is a really slow algorithm ...
    (comp.programming)