MATH 417 Lecture 22

From Notes
Jump to navigation Jump to search

« previous | Thursday, April 10, 2014 | next »


Norms

Triangle and Cauchy/Schartz

Theorem. [Triangle Inequality] x+y2|x|2+y2

Proof. x+y2=x+y,x+yx+y=x,x+y,y, so we square both sides.

x+y,x+yx,x+y,yx+y,x+yx,x+2x,xy,y+y,yx,x+2x,y+y,yx,x+2x,xy,y+y,yx,yx,xy,y

Hence

|x,y|2x,xy,y

This is the Cauchy Inequality

take t. Then

f(t)=x+ty220=x+ty,x+ty=x,x+x,ty+ty,x+ty,ty=i=1nxi2+(2i=1nxiyi)t+(i=1nyi2)t2=y,yt2+2x,yt+x,x=at2+bt+c

We need this quadratic to be greater than zero for all , so we take the discriminant to be less than zero:

0b24ac0(2x,y)24y,yx,x04|x,y|24y,yx,x0|x,y|2y,yx,x|x,y|2y,yx,x

quod erat demonstrandum


Matrix Norms

Let A be a n×n matrix over ( AMn() ).


We define A:=maxx=1Ax=maxx0Axx

This is called the matrix norm induced by on n.

In particular, A2:=maxxp=1Axp

Theorem. A is a norm.

Proof. The first criterion is that A0 and Ax=0 only if A is the zero matrix.

Seeking a contradiction, assume that A has a nonzero entry aij. Choose x to be all zeroes except at position j. Then Ax will have a nonzero entry at position i equal to aij The norm of this vector must be strictly positive. Contradiction.


Next we prove that αA=|α|A

By definition, αA=maxx=1αAx=maxx=1|α|Ax=|α|Ax

---

Finally, show that A+BA+B.

We have (A+B)x=Ax+BxAx+Bx.

quod erat demonstrandum


Example

A=[2001]

A=maxAx, where x is a member of the unit circle.

We have Ax=[2x1x2] defining an ellipse by transformation.

A2=2=largest eigenvalue

We call ρ(A)=maxiλi the spectral radius.

Theorem. if A=AT, then A2=ρ(A)

Proof. A2=ρ(ATA)=λ*

quod erat demonstrandum


For A, we have the set for x=1 defining a box circumscribing the unit circle. Performing the same transformation gives a rectangle such that maxAX=2


Theorem. A is the max row sum of the matrix d.

A=d=maxij=1n|aij|

Proof. Take x=x1,,xn such that maxi|xi|=1. We are going to compute Ax and take the max entry.

[a11a12a1na21a22a2nan1an2ann][x1x2xn]=[a11x1++a1nxnai1x1++ainxian1x1++annxn]=maxi|j=1naijxj|maxij=1n|aij|=d

Hence Ad

Now we show the symmetric, i.e. Ad.

We have maxij=1n|aij|=|ap1|++|apn|. We take a special Failed to parse (unknown function "\ve"): {\displaystyle \ve{x}^* = \left\langle x_1 , \vdots , x_n \right\rangle} such that xj={+1apj>01apj<00apj=0

x*=1 if A is not the zero matrix.

Thus row p will be the largest entry in Ax*:

dAx*A

quod erat demonstrandum