Numerical Analysis/Matrix norm

From testwiki
Jump to navigation Jump to search

Definitions

The term Norm is often used without additional qualification to refer to a particular type of norm such as a Matrix norm or a Vector norm. Most commonly the unqualified term Norm refers to flavor of Vector norm technically known as the L2 norm. This norm is variously denoted x2, x, or |x| and give the length of an n-vector x=(x1,x2,...xn).

Norms provide vector spaces and their linear operators with measures of size, length and distance more general than those we already use routinely in everyday life.

Induced Norm

If vector norms on Km and Kn are given (K is field of real or complex numbers), then one defines the corresponding induced norm or operator norm on the space of m-by-n matrices as the following maxima:

A=max{Ax:xKn with x=1}=max{Axx:xKn with x0}.

If m = n and one uses the same norm on the domain and the range, then the induced operator norm is a sub-multiplicative matrix norm.

The operator norm corresponding to the p-norm for vectors is:

Ap=max\limits x0Axpxp.

In the case of p=1 and p=, the norms can be computed as:

A1=max\limits 1jni=1m|aij|, which is simply the maximum absolute column sum of the matrix.
A=max\limits 1imj=1n|aij|, which is simply the maximum absolute row sum of the matrix.

Theorem: Induced Norms are really norms

If  is a vector norm on , then A=maxx=1Ax is a matrix norm.

Theorem: Induced norms are submultiplicative

All  induced norms are sub-multiplicative.

Derivation of A formula

If A=(aij) is an n×n matrix, then A=max\limits 1inj=1n|aij|.

Example computing A

If

𝐀=[121031511],

<quiz display=simple points="1/1!"> {find A. |type="{}"} { 7_1 } </quiz>

Equivalence Of Norms

Equivalence Of Norms is defined as:

For any two norms ||·||α and ||·||β, we have
rAαAβsAα
for some positive numbers r and s, for all matrices A in Km×n.  

This is true because the vector space Km×n has the finite dimension m×n.

Examples of matrix norm equivalence

For matrix Am×n the following inequalities hold

  • A2AFrA2, where r is the rank of A
  • AFA*rAF, where r is the rank of A
  • AmaxA2mnAmax
  • 1nAA2mA
  • 1mA1A2nA1.

Here, ||·||p refers to the matrix norm induced by the vector p-norm.

Example

We will show some of these norm equivalences for the matrix

𝐀=[123456789]

Reference

  • Numerical Analysis by Richard L. Burden and J. Douglas Faires (EIGHT EDITION)
  • Elementary Numerical Analysis by Kendall Atkinson (Second Edition)
  • Applied Numerical Analysis by Gerald / Wheatley (Sixth Edition)
  • Theory and Problems of Numerical Analysis by Francis Scheid

Template:CourseCat