How to calcute a determinant of this matrix?

82 Views Asked by At

\begin{vmatrix} -t & 1 & 0 & 0& \ldots & 0 & 0 &0\\ n & -t & 2 & 0& \ldots & 0 & 0 &0\\ 0 & n-1& -t & 3&\ldots & 0 & 0 &0\\ 0 & 0 & n-2& -t& \ldots & 0& 0 &0\\ \vdots&\vdots&\vdots&\vdots& \ddots&\vdots&\vdots&\vdots\\ 0 & 0 & 0 & 0&\ldots & -t& n-1& 0 \\ 0 & 0 & 0 & 0&\ldots & 2& -t & n \\ 0 & 0 & 0 & 0&\ldots & 0&1 & -t \end{vmatrix}

It is needed to find an eigenvalue. I just know that for $n=m$ there are Fibonacci number $F_{m+2}$ summands in the determinant formula.

1

There are 1 best solutions below

0
On BEST ANSWER

Your matrix is $-tId$ plus the matrix that appears in Proposition 2 on page 16 of https://arxiv.org/pdf/1210.8062.pdf

The eigenvalues are thus $n-t, n-2-t, \ldots, 2-n-t, -n-t$.

Same solution in more concrete language: Consider the operator $w\frac{\partial}{\partial z}+z\frac{\partial}{\partial w}$ acting on the space of homogeneous degree $n$ polynomials in $z$ and $w$. A natural basis for that space is $z^n, z^{n-1}w, \ldots, w^n$; in that basis the matrix of this operator is like the one in the problem with $t=0$. However, in the basis $(z+w)^{n-k} (z-w)^{k}$ the matrix is diagonal with eigenvalues $n-2k$.