PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: High Entry average rating: High
QR decomposition (Definition)

QR Decomposition

Orthogonal matrix triangularization (QR decomposition) reduces a real $m \times n$ matrix $A$ with $m \ge n$ and full rank to a much simpler form. It guarantees numerical stability by minimizing errors caused by machine roundoffs. A suitably chosen orthogonal matrix $Q$ will triangularize the given matrix:

$$ A = Q \begin{bmatrix} R \\ 0 \end{bmatrix} $$

with the $n \times n$ right triangular matrix $R$ . One only has then to solve the triangular system $Rx = Pb$ , where $P$ consists of the first $n$ rows of $Q$ .

The least squares problem $Ax \approx b$ is easy to solve with $A = QR$ and $Q$ an orthogonal matrix (here and henceforth $R$ is the entire $ m \times n $ augmented matrix from above). The solution

$$ x = (A^TA)^{-1} A^Tb $$

becomes

$$ x = (R^TQ^TQR)^{-1}R^TQ^Tb = (R^TR)^{-1}R^TQ^Tb = R^{-1}Q^Tb $$

This is a matrix-vector multiplication $Q^Tb$ , followed by the solution of the triangular system $Rx = Q^Tb$ by back-substitution. The QR factorization saves us the formation of $A^TA$ and the solution of the normal equations.

Many different methods exist for the QR decomposition, e.g. the Householder transformation, the Givens rotation, or the Gram-Schmidt decomposition.

Bibliography

1
The Data Analysis Briefbook. http://rkb.home.cern.ch/rkb/titleA.html




"QR decomposition" is owned by akrowne.
(view preamble | get metadata)

View style:

See Also: LU decomposition, Gram-Schmidt orthogonalization

Other names:  QR factorization, QR-decomposition, QR-factorization
Keywords:  matrix factorization
Log in to rate this entry.
(view current ratings)

Cross-references: Gram-Schmidt decomposition, Givens rotation, Householder transformation, normal equations, multiplication, solution, entire, least squares problem, rows, right triangular matrix, machine, rank, matrix, real, orthogonal matrix
There are 6 references to this entry.

This is version 4 of QR decomposition, born on 2002-01-04, modified 2006-04-24.
Object id is 1207, canonical name is QRDecomposition.
Accessed 32152 times total.

Classification:
AMS MSC15A23 (Linear and multilinear algebra; matrix theory :: Factorization of matrices)
 65F25 (Numerical analysis :: Numerical linear algebra :: Orthogonalization)

Pending Errata and Addenda
None.
[ View all 1 ]
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add derivation | add example | add (any)