I have the following transition matrix in an academic conference paper:
$$\mathbf{P}=\begin{bmatrix} 1-p & p & & & & \\ & 1-p & p & & & \\ & & & \ddots & & \\ & & & & 1-p & p\\ & & & & & 1 \end{bmatrix}$$
What is the best way to indicate that the empty elements are zero? I could also add a description in the body of the text. I considered something like "the off-diagonal elements are zero", but there are nonzero elements off of the diagonal so this wouldn't be entirely accurate.
One simple way: mention $P$ is bidiagonal.
Another: write it (semi) explicitly by adding a big zero to indicate blocks identically zero (this is quite standard).
A third: combine both.
Note: to be even more specific, you can write "upper bidiagonal."