Typed Lecture For Sec 7 - 1
Typed Lecture For Sec 7 - 1
denotes the set of all real numbers n denotes the set of all n-dimensional real vectors (we will usually use column vectors) f : D R means f is a function with domain D and range contained in the set R w.r.t. stands for with respect to
r r Definition: A function : n is a vector norm if for all x , y n and all , r 1) x 0 r r r 2) x = 0 if and only if x = 0 r r 3) x = x r r r r 4) x+y x + y (this property is called the triangle inequality).
In the above definition, is used as a place-holder for a single vector from n . r r We often think of x as the length of x w.r.t. . Examples of vector norms:
r x
n = xi2 i =1
2)
1-norm:
r x
= xi
n i =1
3)
-norm:
r x
max x i = 1,2, L , n i
Section 7.1
Page 1
r T For x = [ 3 7 2 1 1 ] , find r x 1 r x 2 r x .
The above vector norms are special cases of a more general type of vector r T norm called a p-norm: if p 1 , then the p-norm of x = [x1 x 2 L x n ] is
r x
p
n p = xi i =1
r lim x p
).
r r Definition: The distance between vectors x & y w.r.t. vector norm is r r r r d (x, y) = x y .
3 3 r r The distance between x = 2 and y = 1 is: 4 5 r r d ( x , y ) = 2 w.r.t. 1 r r d ( x , y ) = 2 w.r.t. 2 r r d ( x , y ) = 1 w.r.t.
Example: 1) 2)
3)
r r lim x ( k ) x = 0 . k
Theorem: In n , convergence w.r.t. any norm implies convergence w.r.t. every norm. (We usually just talk about convergence in n instead of convergence in n w.r.t. a r r r r particular norm. If {x ( k ) }k =1 converges to x n , we write lim x ( k ) = x .) k
Section 7.1
Page 2
{ }
k =1
if and only if
k k lim k k k +1 + 1 1 lim cos k = lim cos k = 0 k k k k 1 k k 5 e e lim k 5e + 2k k 5e k + 2k Definition: A matrix norm for the set of nn matrices is a real valued function defined for all nn matrices such that for all nn matrices A and B, and for all :
1) 2) 3) 4) 5)
A 0 A = 0 if and only if A = 0 nn A = A A+ B A + B AB A B
Note that we require one more condition for a matrix norm than we did for a vector norm.
Comments:
1)
It would actually be a theorem that the above process produces something that satisfied the conditions for a matrix norm. Although we use the same notation for a vector norm and its induced matrix norm, we can generally tell from context whether we are working with a vector norm or a matrix norm. The above definition is not very convenient for actually calculating matrix norms.
2)
3)
Section 7.1
Page 3
max a 1 j n ij i =1
n
2)
max a 1 i n ij j =1
n
(There is a formula for A 2 , but it is not very convenient. We will see the formula in section 7.2).
3 5 2 1 5 9 Example: If A = 3 0 1 1 1 2
6 2 , then 3 7
a) b)
2 3 5 For A = 7 0 1 , find 6 1 1 A 1 A
. and AT
= A
= A 1 . Thus, in
some examples, the infinity norm of a matrix is larger than the one norm, and in other examples, the one norm is larger than the infinity norm. The following theorem will be used when we analyze the errors of computed solutions to linear systems. That error analysis is in section 7.5 of the text.
Theorem: If represents both a vector norm on n and the corresponding induced r matrix norm for nn matrices, then for every x n and every nn matrix A, r r Ax A x .
Section 7.1
Page 4
Example:
3 2 5 0 1 1 If A = 2 4 5 1 7 3
1 2 3 r r and x = 1 , then Ax = 1 6 1 3
1
6 7 . We have 23 3
r Ax
= 39 14 7 = A
r x
and
r Ax
= 23 17 3 = A
r x
5 2 1 2 r r r 3 and x = 3 , verify that both Ax A x and For A = 3 1 1 1 1 6 4 3 6 r r r r Ax A x . Given that A 2 9.2682 , verify that Ax 2 A 2 x 2 .
Section 7.1
Page 5