I am having two questions on spectral radius:
We denote spectral radius of a matrix $A$ by $\rho(A)$
Question 1: Is it true that for any two matrices $A,B$,
$\rho(A+B)\le \rho(A)+\rho(B)$
When does it hold?
Question 2:
Is it true that $\rho(A)=\max_{||x||=1} x^TAx$?
If it holds then is it not true that $\rho(A+B)= \rho(A)+\rho(B)$?
because $\rho(A+B)=\max_{||x||=1} x^T(A+B)x=\max_{||x||=1} x^T(A)x+\max_{||x||=1} x^T(B)x=\rho(A)+\rho(B)$
I am stuck on these two questions. Can someone please help me out? If some more information is needed please reach me.
Question 1 holds when;
For Question 2, both claims are not true. However, for a symmetric matrix $A$ $$\lambda_\max(A)=\max_{\lVert x \rVert=1} x^T A x$$ holds. Note that this is not equivalent to $\rho(A)$, which is the maximum absolute value of the eigenvalues. So, for symmetric matrices $$\lambda_\max(A+B)=\max_{\lVert x \rVert=1} x^T (A+B) x \leq \max_{\lVert x \rVert=1} x^T A x + \max_{\lVert x \rVert=1} x^T B x = \lambda_\max(A)+\lambda_\max(B)$$ holds.