Supongamos que hay dos matriz $A$ y $B$. Los componentes de cada matriz es no negativo.
Y $$Ax_1=\lambda_1 x_1 $$ where $ \lambda_1$ is the maximum eigenvalue of $A$.
Del mismo modo
$$Bx_2=\lambda_2 x_2 $$ where $ \lambda_2$ is the maximum eigenvalue of $B$.
Que $C = A+B$
Y $$Cx=\lambda x $$ where $ \lambda$ is the maximum eigenvalue of $C$.
De wiki (https://en.wikipedia.org/wiki/Matrix_norm), muestra que el $$\left\| A+B \right\|\le \left\| A \right\|+\left\| B \right\|$ $ el máximo valor propio es norma 2. Así que no importa los componentes son negativos o no, $$\lambda\le \lambda_1+\lambda_2$ $