Name or symbol for this simple Laplacian matrix

45 Views Asked by At

Is there a special name for a symbol for such Laplacian matrix?

$$ \begin{bmatrix} 2 & -1 & 0 & 0 & -1\\ -1 & 2 & -1 & 0 & 0\\ 0 & -1 & 2 & -1 & 0\\ 0& 0 & -1 & 2 & -1\\ -1 & 0 & 0 & -1 & 2\\ \end{bmatrix} $$