I have a non-square matrix $M$, that looks something like this:
$M=\left[ \begin{array} & a & b & c \\ d & e & f \\ g & h & i \\ j & k & l \\ \end{array}\right]$
I would like to refer the cells $M_{ij}$ where $i=j$, like $\{a,e,i\}$ in this case. If this was a square matrix, that would be the diagonal. Is that still the right word, or is there something more fitting that avoids confusion?