Jump to content

QR decomposition

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Michael Hardy (talk | contribs) at 18:53, 9 April 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In linear algebra, the QR decomposition of a matrix A is a factorization expressing A as

A = QR

where Q is an orthogonal matrix (QQT = I), and R is an upper triangular matrix.

The QR decomposition is often used to solve the linear least squares problem. The QR decomposition is also the basis for a particular eigenvalue algorithm, the QR algorithm.

Actual methods to calculate the QR decomposition include Givens rotations, Householder transformations and the Gram-Schmidt decomposition.