We have the tridiagonal matrix $A=\begin{pmatrix}2 & 1 & \ldots & 0 \\ 1 & 2 & 1 & \ldots \\ \ldots & \ldots & \ldots & \ldots \\ 0 & \ldots & 1 & 2\end{pmatrix}$. I want to show that it is positive definite.
How can we do that? Do we use the fact that it the elements of the diagonal is greater than the sum of the other elements of a row? Or do we use here something else?
Try to verify that its leading principal minors are all positive.