Re: Matrix decomposition in vectors



"Umair Mansoor" <umairbinmansoor@xxxxxxxxxxx> wrote in message <glnect$80d$1@xxxxxxxxxxxxxxxxxx>...
"John D'Errico" <woodchips@xxxxxxxxxxxxxxxx> wrote in message <glknao$qv$1@xxxxxxxxxxxxxxxxxx>...
"Umair Mansoor" <umairbinmansoor@xxxxxxxxxxx> wrote in message <glkkq2$8i2$1@xxxxxxxxxxxxxxxxxx>...
Can someone tell me how can I decompose a matrix in vectors, like, a 2x2 matrix in to the product of a 2x1 and 1x2 vectors?

In general, this is impossible, unless the 2x2 matrix
is singular. For higher dimensioned matrices, the
matrix must be rank 1 to be decomposed in this way.

So is your 2x2 matrix singular? I.e., is it a rank 1 matrix?

John

I just know that its symmetric

If that is all you know, then it is impossible
in general. It is not that we cannot find
such a pair of vectors. Rather, there do not
exist a pair of vectors such that this is true
for a general 2x2 symmetric matrix.

John
.



Relevant Pages

  • Re: solver for sparse matrix
    ... > I need a solver who can do the following for a sparse,large and symmetric matrix A: ... null vectors of a singular matrix ... no help for the determinant. ... numerically rank revealing and also not suited for the case large and sparse. ...
    (sci.math.num-analysis)
  • Re: Linear regression in NumPy
    ... "This function returns the least-squares solution of an overdetermined ... cutoff for the range of singular values. ... squared residuals, ... rank of the matrix a, and the singular values of a in descending ...
    (comp.lang.python)
  • Re: Calculating a generalized inverse matrix
    ... the matrix is 10x10 but only has rank 8. ... Paige Miller's advice is probably best, but if that's not possible then ... but the problem is I know S is singular. ... languages mentioned in Paige Miller's post, but I just thought Excel ...
    (sci.stat.edu)
  • Re: rank one matrix and SVD
    ... Can we find vector A and B using singular value decomposition of C ... Let's say we only have matrix C and know the rank of C is one. ... I assumed the first column of UC should be same with A and the first ...
    (sci.stat.math)
  • Re: Close to singular matrix with Rcond=10^-21
    ... I notice that rank of matrix A differs from its size by exactly 2. ... 4)I checked for repetitive rows and zero rows but found none. ... singular one. ... if you can freely translate the problem in either ...
    (comp.soft-sys.matlab)