Numerical Methods & Scientific Computing: lecture notes
Data fitting
The matrix 2-norm
Example:
The 2-norm is the natural norm for LSQ problems (minimizing
k r k2) =) can no longer avoid the matrix 2-norm :
for a square matrix A (see ‘MatrixNorms’ for proof) kAk2 = q max(AT A)
max(AT A) is the largest eigenvalue of AT A
(all eigenvalues are positive since AT A is positive definite).
Numerical Methods & Scientific Computing: lecture notes
Data fitting
Singular value decomposition SVD
It is easier to characterize the condition number in the 2-norm in terms of the singular values of A. To do that we need the
Definition
A m ⇥ n real matrix A has the singular value decomposition A = U⌃VT
where
1 U is m ⇥ m orthogonal matrix
2 ⌃ is a diagonal m⇥n real matrix
3 V is n ⇥ n orthogonal matrix
The non-negative diagonal entries { k 0} in ⌃ are called the singular values of A.
In our case, where m > n, there are n positive singular values
1 2…