RQ factorization using QR
Has anyone done RQ factorization using the QR matrix function?
I understand that this can be done using "row reversal" but I'm not sure how to proceed.
Has anyone done RQ factorization using the QR matrix function?
I understand that this can be done using "row reversal" but I'm not sure how to proceed.
Thanks Alvaro,
Unfortunately your soultion doesn't perform "RQ" factorisation as it is generally defined.
As you observe, it provides a factorisation into a Lower Triangle and Orthoganal matrix pair.
Anyway, I have now figured out how to do this and I have attached my solution to this post.
Best Regards
John
For the benefit of others:
Recall that "QR factorisation" decomposes a matrix A into an othogonal matrix Q and an upper triangular matrix R such that A=Q.R
"RQ" factorisation decomposes a matrix B into a upper right triangle matrix, say T and an orthogonal matrix Z such that B=T.Z
Note the difference in order of multiplication for the two matrix types (triangular and orthogonal)
Actually, the situation would be more clear if we renamed "RQ factorisation" as "TZ factorisation" then there would be less confusion between the two decompositions.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.