Vector and matrix norms

The size measures used to quantify errors and convergence in several dimensions.

Definition

The most used are x1=xi\|x\|_1=\sum|x_i|, x2=(xi2)1/2\|x\|_2=(\sum x_i^2)^{1/2} and x=maxxi\|x\|_\infty=\max|x_i|. Each induces a matrix norm A=maxx0Ax/x\|A\|=\max_{x\neq0}\|Ax\|/\|x\|, which appears in error bounds and in the condition number κ(A)\kappa(A).

How it is used

Fix the norm before comparing errors or tolerances: the same vector can pass a criterion in \|\cdot\|_\infty and fail it in 2\|\cdot\|_2.