How to estimate the largest eigenvalue of followed characteristics? Let $A={a_{ij}}$.
- Symmetric positive definite. Real. Very sparse.
- Diagonal elements are all positive, and off-diagonal elements are all negative.
- $a_{ii} $ equals to the negative of the sum of the rest elements of that row/column. $a_{ii}=-\sum^{k=n}_{k=1}a_{ik}$, $k\neq i$.
- $a_{ij}$ in (-1, 1].
Is this type of matrix special enough to have its own largest eigenvalue estimation?
The reason of my question is, I have 12 example matrices have the forehead mentioned characteristics, size from 30 by 30 to 3000 by 3000, but I happen to find that their largest eigenvalue only ranges in (1, 2). Therefore I am wondering if it is due to these characteristics.