Re: strange linear system



asdf wrote:
Hi, guys, I encountered a strange problem, say, AX=B, where A is
8000-by-8000 matrix, and the largest singular value is around 0.6, the
least singular value is around 1e-18, and the second least singular
value is around 1e-4.

I tried to use SVD to solve this linear system, zeroing the reciprocal
of the least singular value, however, the result is still not correct.

What's the possible reason? And Is there any method better than SVD in
this case?

In a similar case it was helpful to look at the left(!) singular vector
corresponding to that 0 singular value. Given

V S U' = A, the singular values (on the diagonal of S) are sorted w.r.t
decreasing value. Setting v0:= V(:,8000), one has
v0'*A = 0, i.e. v0 gives exactly that linear combination of equations
which is redundant.
Probably the same problem occurs with smaller parameters giving a much
smaller matrix showing the same redundancy.
If that doesn't give enough insight, compute the right singular vector
u0:= U(:,8000) which spans the nullspace of A, hinting at a superfluous
unknown.


--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
.



Relevant Pages

  • Re: 3 climbers die
    ... give it to me" As cornetto is singular, ... Now that the word has changed to graig, "the" becomes redundant, since it's ... The rock = graig ...
    (uk.rec.walking)
  • Linear algebra challenge answers
    ... Singular Value Decomposition (SVD), a function found on the HP48G and HP49G ... From an m x n matrix initially on the stack, ... The determinant of a square matrix is the product of its singular ...
    (comp.sys.hp48)
  • Linear algebra challenge answers
    ... Singular Value Decomposition (SVD), a function found on the HP48G and HP49G ... From an m x n matrix initially on the stack, ... The determinant of a square matrix is the product of its singular ...
    (comp.sys.hp48)
  • Re: SVD when calculated for a corpus of similar category?
    ... Peter Spellucci wrote: ... Suppose i compute SVD for a huge corpus ... >singular values in the diagonal matrix S arranged in descending order ...
    (sci.math.num-analysis)
  • Re: SVD when calculated for a corpus of similar category?
    ... Suppose i compute SVD for a huge corpus ... >singular values in the diagonal matrix S arranged in descending order ...
    (sci.math.num-analysis)

Quantcast