r****y 发帖数: 1437 | 1 For a real matrix A, its condition number is cond(A) = x, suppose
x is a very large number.
Do SVD, let A = U*S*V'. If A is (m, n) matrix, U is (m, m) unitary
matrix, V is (n, n) unitary matrix, and S(m, n) diagonal matrix and
s11 >= s22 >= s33 ...
Truncated SVD means now let A1 = U(m, k) * S(k, k) * V(n, k)', where
k
But does it always true that cond(A') <= cond(A)?
Thanks in advance.
|
|