I want to prove that the condition number of a positive definite matrix $S$ is
$$ k_2(S)= \frac{\max \lambda_i}{\min \lambda_i} $$
where $k_2$ is condition number for spectral norm. Can someone please help me with this?
I want to prove that the condition number of a positive definite matrix $S$ is
$$ k_2(S)= \frac{\max \lambda_i}{\min \lambda_i} $$
where $k_2$ is condition number for spectral norm. Can someone please help me with this?
Copyright © 2021 JogjaFile Inc.
The condition number in any norm is given by $k = \| S\| \|S^{-1}\|$. If $S$ has eigenvalues $\lambda_1, \cdots, \lambda_n$, its inverse has eigenvalues $\frac{1}{\lambda_1}, \cdots \frac{1}{\lambda_n}$ and so, $ \|S\|_2 = \max|\lambda_i|, \quad \|S^{-1}\|_2 = \max |\frac{1}{\lambda_i}|=\frac{1}{\min|\lambda_i|}$. This leads to the result: $$ k_2(S) = \|S\|_2 \|S^{-1}\|_2 = \dfrac{\displaystyle\max_{i=1,\cdots, n}|\lambda_i|}{\displaystyle \min_{i=1, \cdots, n}|\lambda_i|} $$