strange linear system



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?

.



Relevant Pages

  • 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)
  • Re: Writing a matrix as a multiplication of two vectors
    ... this matrix will be highly singular with a rank of only 1. ... If A, an m X n matrix has rank r, it can be represented by a weighted ... The weights and vectors are called the singular ... functions SVD and SVDS. ...
    (comp.soft-sys.matlab)