I'm attempting this problem:
Assuming that $A$ is an $n \times n$ matrix with non-negative entries and $A^2 = 0$. What's the maximal number of positive entries in $A$?
The answer uses a graph theory approach. However, I'm not so familiar with graph theory. I have two questions
- Is there a way to do this without using graph theory?
- The answer implies when $n = 6$, there should be $3^2 = 9$ positive entries. I'm struggling to find an example for an $6 \times 6$ matrix with $9$ positive entries that would satisfy $A^2 = 0$ with all entries being non-negative. I can only find a matrix with $8$ positive entries. Can you give me an example of $A$ when $n = 6$?