Matrix whose element $A_{m,n}$ only depend on $m - n$ or $m+n$

39 Views Asked by At

I am encountering a problem that would require me to look into matrices with the following form: the elements $A_{m,n}$ only depend on $m-n$ or $m+n,$ such as: $$ A = \begin{bmatrix} a&b&c\\ d&a&b\\ e&d&a\\ \end{bmatrix} $$ Is there an acronym for such matrices?

Related question