QR Factorization

Learn how QR factorization of matrices works, using R, Rcpp, Armadillo, and Eigen.

QR decomposition

QR decomposition, or factorization, is a decomposition of a matrix 𝐴𝐴 into the product of an orthogonal matrix 𝑄𝑄 and an upper triangular matrix 𝑅𝑅:

𝐴=𝑄𝑅𝐴 = 𝑄𝑅

Get hands-on with 1200+ tech skills courses.