Condition number of a positive definite matrix

2.2k Views Asked by At

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?

2

There are 2 best solutions below

3
On

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|} $$

0
On

A positive definite matrix is diagonalizable and invertible, meaning all of its eigenvalues are nonzero. Can you see how it works for a diagonal matrix? (The norm of a diagonal matrix is the absolute value of its greatest eigenvalue.)