Guajara in other languages: Spanish, Deutsch, French, Italian ...



QR decomposition

Given a matrix A, its QR decomposition refers to a factorisation of A
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.

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





Wikipedia - All text is available under the terms of the GNU Free Documentation License.

Tagoror dot com  -  Legal Information  -  Contact us