[Math] Does there exist a symmetric tridiagonal matrix with zero determinant

linear algebramatrices

I will like to know whether there exists a symmetric tridiagonal matrix with zero determinant? I will refer the definition of a tridiagonal matrix to the one found in Wikipedia:

"A tridiagonal matrix is a matrix that has nonzero elements only on the main diagonal, the first diagonal below this, and the first diagonal above the main diagonal.".

If yes, kindly provide an example. If not, please illustrate the proof or idea.

Thank you very much.

Best Answer

The trivial example is $$ \pmatrix{0 & 0 \\ 0 & 0}. $$ Or you could consider: $$ \pmatrix{1 & 1 \\ 1 & 1} \quad\text{or} \quad\pmatrix{1 & 1 & 0 \\ 1 & 1 & 0 \\ 0 & 0 & 1}. $$ Otherwise if you only want non-zero entries of the diagonals, then how about $$ \pmatrix{1 & a & 0 \\ a & 1 & a \\ 0 & a & 1} $$ where $a = \frac{1}{\sqrt{2}}$.

Since you ask, I don't know if this might work, but try to consider $$ \pmatrix{1 & a & 0 & 0\\ a & 1 & a & 0\\ 0 & a & 1& a \\ 0 & 0 & a & 1} $$ and find the determinant of this matrix. This will be an expression in $a$. Can this ever equal zero? If this doesn't work, maybe this will give you an idea to something that would.