QR Factorization of A: Simple Procedure

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

The discussion focuses on the QR factorization of the matrix A = {{1, 1}, {-1, 1}}. The user seeks to find matrices Q and R such that A = QR, where Q is orthogonal and R is upper triangular. The user attempts to define Q and R but encounters issues with the non-zero entry in the lower left of matrix P when using Mathematica. The solution involves using the Gram-Schmidt orthonormalization process to derive Q and subsequently record the coefficients to obtain R.

PREREQUISITES
  • Understanding of QR factorization and its components
  • Familiarity with orthogonal matrices and their properties
  • Knowledge of Gram-Schmidt orthonormalization
  • Basic proficiency in using Mathematica for matrix computations
NEXT STEPS
  • Study the process of QR factorization in linear algebra
  • Learn the Gram-Schmidt orthonormalization technique in detail
  • Explore the use of Mathematica for matrix operations and factorization
  • Investigate the properties of orthogonal matrices and their applications
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone working with matrix computations and QR factorization techniques.

rbwang1225
Messages
112
Reaction score
0

Homework Statement


Find the QR factorization of A = {1, 1}, {-1, 1}

The Attempt at a Solution


I just don't know the procedure.
I know it means that I need find Q and R such that A=QR, Q be orthogonal, and R be upper triangular.
It may be solved by assign Q = {a, b},{c, d}, where ##Q^TQ=1##
and P = {e, f}, {0, g}
But, as I run Mathematica, it gives me P that the left-down side entry is nonzero.
Is there any point that I misunderstood?
And is there any way to simplify the procedure?
P.S. Please forgive me that I don't know how to "type" a matrix.
Regards.
 
Physics news on Phys.org
Q is obtained by Schmidt othnormalization, record the coefficients to get R.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K