Largest element in inverse of a positive definite symmetric matrix.

789 Views Asked by At

If I have an $n \times n$ positive definite symmetric matrix $A$, with eigenvalues $\lambda_{1}>\lambda_{2}\cdots>\lambda_{n}$, can I claim that the highest value which matrix $A^{-1}$ can have will be $\lambda_{n}^{-1}$ (where $\lambda_{n}$ is the minimum eigenvalue of the matrix $A$)

1

There are 1 best solutions below

0
On

Yes. Hint. Let $B=A^{-1}$.

  1. Clearly, $B$ is positive definite. By using Sylvester's criterion, show that for every off-diagonal entry $b_{ij}$, we have $|b_{ij}|\le\max\{b_{ii},b_{jj}\}\le\max_kb_{kk}=\max_ke_k^TBe_k$, where $\{e_1,\ldots,e_n\}$ is the standard basis of $\mathbb R^n$.
  2. By using the fact that every real symmetric matrix is orthogonally diagonalisable, show that $\max_ke_k^TBe_k\le\lambda_\max(B)=\lambda_n^{-1}$. Obviously, the upper bound $\lambda_n^{-1}$ is attainable by a positive diagonal $B$.