I have a sequence of $N$-by-$N$ matrices with specific entries $J_{ij}=J(i-j,N)$ that depend on $i-j$ (Töplitz matrix), but also on $N$ (not just extending the Töplitz matrix. Numerically, I find that the eigenvalue (EV) distribution approaches the following distribution for large $N$: The eigenvalues 1, -1, -1/3 and 1/3 each appear with multiplicity N/4. I would like to prove this, but don't know how I could do this. Are there some standard techniques that I could try to apply?
The explicit expression pf $J(d,l)$is given by \begin{align*} \frac{\sin \left(\pi d \left(\frac{1}{l}+\frac{3}{4}\right)\right)+i \cos \left(\frac{1}{4} \pi d \left(3-\frac{4}{l}\right)\right)+\cos \left(\frac{\pi d}{4}\right) \left(2 \sin \left(\frac{\pi d}{l}\right)-i\right)+\sin \left(\frac{3 \pi d}{4}\right)}{l \left(-1+e^{\frac{3 i \pi d}{l}}\right)\left(2 e^{\frac{i \pi d (l+2)}{l}} \sin \left(\frac{\pi d}{4}\right)\right)^{-1}}\ \end{align*} unless the denominator is zero. In this case, $J(d,l)$ is zero.
Where does this matrix come from?
- I take the $2N$-by-$2N$ diagonal matrix with eigenvalues \begin{align} E=(\underbrace{1,\cdots,1}_{N/2},\underbrace{1,-1,-1,1,-1,-1,\cdots,1,-1,-1}_{3N/2}) \end{align}
- I then take the discrete Fourier transform of this matrix, namely with entries \begin{align} J_{ij}=\frac{1}{2N}\sum^{2N}_{k=1}e^{i\frac{2\pi k(i-j)}{2N}}E_k \end{align} where $E_k$ are the entries of the eigenvalue row shown above.
- Obviously, the $2N$-by-$2N$ matrix has still the same eigenvalues because the Fourier transform just expresses the same linear map in a different basis. However, now I restrict to the upper left $N$-by-$N$ matrix. This matrix has exactly the entries shown above and its spectrum in the limit $N\to\infty$ behaves as indicated, namely eigenvalues $1,-1,1/3,-1/3$ each appear with multiplicity $N/4$.