If $\kappa (A) > \kappa (B)$, show $\kappa (B^{-1}A) < \kappa (A)$

997 Views Asked by At

Let $A$ and $B$ be a toeplitz and symmetric positive definite $NxN$ matrices. If $\kappa (A) > \kappa (B)$, how to show that: $$\kappa (B^{-1}A) < \kappa (A)$$

where $\kappa $(X) is condition number of matrix $X$?

2

There are 2 best solutions below

1
On

It's not true. Consider e.g. $$ A = \pmatrix{a & 0\cr 0 & 1/a}, \ B = \pmatrix{1/b & 0\cr 0 & b}$$ with $a> b > 1$. Then $\kappa(A) = a^2 > b^2 = \kappa(B)$ but $\kappa(B^{-1} A) = a^2 b^2 > \kappa(A)$.

What is true is that $\kappa(B^{-1} A) \le \kappa(A) \kappa(B)$.

EDIT: For an example with Toeplitz matrices, take

$$ A = \pmatrix{2 & 1\cr 1 & 2\cr},\ B = \pmatrix{3 & -1\cr -1 & 3\cr}, B^{-1} A = \pmatrix{7/8 & 5/8\cr 5/8 & 7/8\cr}$$ Then $\kappa(B^{-1} A) = 6 > \kappa(A) = 3 > \kappa(B) = 2$.

3
On

Your assertion is not true. If it's true, then for $B=I$, we would have $\kappa(A)<\kappa(A)$ for any positive definite Toeplitz matrix $A\not=I$.

For a nontrivial ($B\not=I$) example, consider $A=\begin{pmatrix}2&1\\1&2\end{pmatrix}$ and $B=\begin{pmatrix}1&-0.1\\-0.1&1\end{pmatrix}$. Both of them are positive definite and Toeplitz, but $\kappa(B^{-1}A)\approx 3.6667 > 3 = \kappa(A)>\kappa(B)=1.2222$.