I'm trying to compute/estimate the condition number of the $N\times N$ matrix \begin{align*} \begin{pmatrix} 1 & 0 & -1 & & \\ 1 & 4 & 1 & & \\ & 1 & 4 & 1 & \\ & & \ddots & \ddots & \ddots \\ & & & 1 & 4 & 1 \\ & & & & 1 & 4 & 1 \\ & & & & 1 & 0 & -1 \end{pmatrix} \end{align*} as $N \to \infty$.
Numerically I have computed the condition number for as many of these as I could stand to type into Octave ($N < {\sim}8)$, but I was unable to deduce any conclusions from it. However, I suspect that this matrix is simple enough that someone on Math.SE might be able to get an expression/estimate for it's eigenvalues, and hence get the condition number. Help me out!
