Is it possible to solve tridiagonal Toeplitz matrix whose center element is different, using Chebyshev polynomial of the second kind?

64 Views Asked by At

I have a tridiagonal Toeplitz matrix whose first diagonal below main diagonal, and the first diagonal above the main diagonal have elements equal to $-1$ and the main diagonal elements are same constants except at the middle element.

Can I solve the matrix analytically using Chebyshev polynomial of the second kind?