PDA

View Full Version : QR-decomposition


Vikt0r
Sep15-10, 02:29 PM
Hi
I am arguing with a friend about the following:
He claims that if a mxn matrix A, m>=n has a reduced QR-decomposition where R has j nonzero diagonal elements, then the rank of A is at least j. I claim that it is exactly j.
It was some years ago since i read linear algebra so i was hoping someone here could help us out.

arkajad
Sep19-10, 02:47 PM
Hi
where R has j nonzero diagonal elements

Do you really mean what you wrote? Or you mean "exactly j nonzero diagonal elements?" Because, being precise, your condition can be also understood as "where R has at least j nonzero elements, perhaps more".

diggy
Sep23-10, 02:54 PM
Yes, A's rank should be exactly j. In a full decomposition the remaining columns in Q associated with the zero-valued R's should span A's null space. Combined they (all of Q) covers the full m space, which of course makes sense since Q is an orthonormal basis.

diggy
Sep23-10, 02:56 PM
Another way to put it is that: rank(A) = rank(QR) = rank(R), since Q covers the full basis. And the rank of R is j.

arkajad
Sep23-10, 03:08 PM
Then, you are right. To say "Q covers the full basis" is a little bit not quite precise. Q is an orthogonal (or unitary) matrix, thus, in particular, invertible. That is all you need.