- A tridiagonal matrix is a matrix where only the main diagonal, the diagonal above the main diagonal, and the diagonal below the main diagonal have non-zero entries. This means that for a tridiagonal matrix $A$, $a_{ij} = 0$ whenever $|i-j| > 1$. Thus, by
Show more…