QR Factorization: Show A=LQ, L Triangular & Q Orthogonal

  • Thread starter Thread starter Clandry
  • Start date Start date
  • Tags Tags
    Factorization
Click For Summary
SUMMARY

The discussion centers on the QR factorization of an invertible n x n matrix A, specifically expressing A as A = LQ, where L is a lower triangular matrix and Q is orthogonal. The hint provided suggests considering the QR factorization of A^T, leading to the expression A^T = S * U, where S is orthogonal and U is upper triangular. The confusion arises in demonstrating that S^T equals Q, which is clarified by recognizing that the transpose of an orthogonal matrix is also orthogonal.

PREREQUISITES
  • Understanding of QR factorization in linear algebra
  • Familiarity with properties of orthogonal matrices
  • Knowledge of triangular matrices, specifically lower and upper triangular forms
  • Basic grasp of matrix transposition and its implications
NEXT STEPS
  • Study the properties of orthogonal matrices and their transposes
  • Learn about the implications of QR factorization on matrix properties
  • Explore examples of QR factorization with specific matrices
  • Investigate the relationship between matrix transposition and triangular forms
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in computational mathematics or numerical analysis seeking to understand QR factorization techniques.

Clandry
Messages
74
Reaction score
0

Homework Statement


Consider an invertible n x n matrix A. Can you write A as A=LQ, where L is a lower triangular matrix and Q is orthogonal? Hint: Consider the QR factorization of #A^T#.

Homework Equations


For QR factorization, Q is orthogonal and R is upper triangular.

The Attempt at a Solution


If we consider the hint, then we can write:
##A^T=S*U## where S is orthogonal matrix and U is some upper triangular matrix.
##(A^T)^T=U^T*S^T##; transpose of upper triangular matrix U is some lower triangular matrix L
##A=L*S^T##

Here is where I get lost. I don't know how to show that S^T=Q. Could someone please give me a hint?
 
Last edited:
Physics news on Phys.org
Clandry said:

Homework Statement


Consider an invertible n x n matrix A. Can you write A as A=LQ, where L is a lower triangular matrix and Q is orthogonal? Hint: Consider the QR factorization of #A^T#.

Homework Equations


For QR factorization, Q is orthogonal and R is upper triangular.

The Attempt at a Solution


If we consider the hint, then we can write:
#A^T+=S*U# where S is orthogonal matrix and U is some upper triangular matrix.
#(A^T)^T=U^T*S^T#; transpose of upper triangular matrix U is some lower triangular matrix L
#A=L*S^T#

Here is where I get lost. I don't know how to show that S^T=Q. Could someone please give me a hint?
Your # symbols are cluttering up your work, making it harder to read than it should be. If you trying to use LaTeX, use two # at the beginning and two more at the end.

Regarding your question, S is orthogonal, right. What about its transpose, ST? Isn't that orthogonal as well?
 
Mark44 said:
Your # symbols are cluttering up your work, making it harder to read than it should be. If you trying to use LaTeX, use two # at the beginning and two more at the end.

Regarding your question, S is orthogonal, right. What about its transpose, ST? Isn't that orthogonal as well?
Ah yes! I think I overthought this problem.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
1K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K