Previously, I had asked about Sum preserving transformations of square symmetric matrices with natural elements. Upon further research, I found that the space of square symmetric matrices with natural elements can be generated with simpler matrices $[a_{i,j}]_{n\times n}$ such that $a_{k,l}=a_{l,k}=1$ keeping other entries zero for $l,k\leq n$ with the, only, operations being (1) addition of matrices and (2) multiplication with natural numbers.
As an example, to construct $2\times2$ square symmetric matrices with positive elements, I could use the following matrices, with the operators $+$ and multiplication with natural numbers, to construct all such matrices: $$ \begin{bmatrix} 1&0\\ 0&0\\ \end{bmatrix}, \begin{bmatrix} 0&0\\ 0&1\\ \end{bmatrix}, \text{ and } \begin{bmatrix} 0&1\\ 1&0\\ \end{bmatrix} $$
- Answers to this question concerns with matrices with real, and not natural, elements; therefore, it is not a duplicate.
- The Wikipedia article on Symmetric Matrices does not include these.
- I read about positive-definite matrices, and I don't think this is what I am looking for.
Where could I read about such matrices? What exactly am I looking for?