QR Factorization

Home > Mathematics > Linear algebra > Least Squares Approximation > QR Factorization

QR factorization is a technique used to factor a matrix into an orthogonal matrix and an upper-triangular matrix. It is a useful tool in least squares approximation to compute the coefficients of the best-fit line or plane.