What is the standard (or a widely used) way of indicating the non-diagonal elements of a matrix? I'm looking for something like this.
For matrix A: $$ A_{i,j \in i\neq j} $$ or perhaps this: $$ A_{i,j : i\neq j} $$
I am looking for a succinct way to write the equation: $$A_{i,j \in i\neq j} = \frac{1-a}{k}$$