I am working to prove the following $$\|A^{-1}\|_\infty \ge \frac{\|U^{-1}\|_\infty}{n}$$ where $PA=LU$.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
When you do $$PA = LU,$$ I assume you are doing a partial pivoting. If so, the elements of $L$ are less than unity with the diagonal entries being $1$. This means $\|L\|_{\infty} \leq n$. (Because the infinity norm of a matrix is the largest row sum of the absolute values and in each row of $L$ all the elements are atmost $1$.) Hence, $$U^{-1} = A^{-1}P^{-1}L$$ i.e. $$\|U^{-1}\|_{\infty} = \|A^{-1}P^{-1}L\|_{\infty} \leq \|A^{-1}\|_{\infty} \|P^{-1}\|_{\infty} \|L\|_{\infty} = \|A^{-1}\|_{\infty} \|L\|_{\infty} \leq n \|A^{-1}\|_{\infty}$$ Note that $\|P\|_{\infty} = 1$ since all the row sum is $1$. Hence, we get $$ \|A^{-1}\|_{\infty} \geq \frac{\|U^{-1}\|_{\infty}}{n}.$$ |
||||
|

$...$– user2468 Mar 9 '12 at 3:27