Lecture 29

[[lecture-data]]

2024-11-08

Readings

5. Chapter 5

recall theorem from last time that for complete NLS, we have absolute convergence implies convergence

Theorem

Suppose that BMn and |||| is a matrix norm on Mn such that ||B||<1. Then IB is invertible and (IB)1=i=1Bi.

This follows from absolute convergence implies convergence in complete NLS.

Proof

(IB)i=1Bi=[I+B+B2+B3+]+[BB2B3B4]=IBN+1,N||B||<1||BN+1||||B||N+10||I(IB)i=1Bi||=||BN+1||0(IB)i=1Bi=Ii=1Bi=(IB)1

(see matrices with norm less than 1 define an infinite series inverse)

Note

If BMn where ρ(B)<1, then IB is invertible and the inverse is as claimed.

Proof

This follows immediately from this theorem and we can find a matrix norm that evaluates arbitrarily close to the spectral radius. (so if ρ<1, we can find a matrix norm that is less than 1)

(see matrices with spectral radius less than 1 define an infinite series inverse)

Theorem

If AMn such that ||IA||<1, then A is invertible and A1=i=1(IA)i

Proof

This follows immediately from matrices with norm less than 1 define an infinite series inverse by just defining A=IB

Compatible Norm

A matrix norm |||| on Mn is compatible with vector norm |||| on Cn precisely when for all AMn,xCn we have

||Ax||||A||||x||

(if |||| is induced by ||||, then by definition they are compatible!!)

(see compatible norm)

Def

Suppose |||| is a matrix norm on Mn. The condition number for any (invertible) matrix AMn is defined as

κ||||(A):=||A||||A1||
Notes

For any AMn invertible (and |||| matrix norm on Mn), κ(A)1. - -

  • Since ||I||||I||||I||1||I||, we get that κ(A)||A||||A1||()||AA1||=||I||1.
  • () is due to submultiplicity

If |||| is an induced matrix norm, then κ(I)=1 since ||I||=1 by properties of the induced norm.

(see condition number (matrix analysis))

Theorem

Suppose AMn is invertible and b,x,Δb,ΔxCn such that b,x0. And suppose |||| is a matrix norm on Mn is compatible with |||| on Cn. Further, suppose that Ax=b and A(x+Δx)=b+Δb.

(this is a "noisy" linear system in the LHS observations and the RHS solution)

1κ(A)||Δb||||b||||Δx||||x||κ(A)||Δb||||b||

(see condition number determines the amount of noise in a linear system)

Proof

Subtracting the above yields A(Δx)=Δb. So

  1. By compatibility, ||B||||A||||x||
  2. 1||A||||A||||b||
  3. ||x||||A1||||b||
  4. 1||A1||||b||1||x||
  5. ||Δx||||A1||||Δb||
  6. ||Δb||||A||||Δx||

To get the first inequality, multiply 2 and 4. To get the second, multiply 1 and 3.

Theorem

Let |||| be a matrix norm on Mn. Suppose A,ΔAMn with A invertible and ||A1||||ΔA||<1. Then A+ΔA is invertible. Define Δ(A1):=A1(A+ΔA)1. And

||Δ(A1)||||A1||κ(A)||ΔA||||A||1κ(A)||ΔA||||A||
Proof

We suppose that
||A1ΔA|||1|||A1||||ΔA||<1. So by the previous theorem matrices with norm less than 1 define an infinite series inverse, we have that I(A1ΔA) is invertible and (I(A1ΔA))1=i=1(A1ΔA)i.

Thus, A+ΔA=A(I+A1ΔA) is invertible! and (A+ΔA)1=[i=1(A1ΔA)iA1]

Δ(A1)=A1(A+ΔA)1=i=1(A1ΔA)iA1 so we have
||Δ(A1)||||i=1(A1ΔA)iA1||i=1||A1ΔA||i||A1|| ie

\frac{\lvert \lvert \Delta(A^{-1}) \rvert \rvert }{\lvert \lvert A^{-1} \rvert \rvert } \leq \sum_{i=1}^\infty \lvert \lvert A^{-1}\Delta A \rvert \rvert { #i} = \frac{\lvert \lvert A^{-1}\Delta A \rvert \rvert }{1-\lvert \lvert A^{-1}\Delta A \rvert \rvert } \leq \frac{\lvert \lvert A^{-1} \rvert \rvert \cdot \lvert \lvert \Delta A \rvert \rvert \frac{\lvert \lvert A \rvert \rvert }{\lvert \lvert A \rvert \rvert }}{1- \lvert \lvert A^{-1} \rvert \rvert \cdot \lvert \lvert \Delta A \rvert \rvert \frac{\lvert \lvert A \rvert \rvert }{\lvert \lvert A \rvert \rvert } }

And the result follows immediately!

(see condition number determines the amount of noise in an inverse)