QR Factorization
Last updated
Last updated
numerical method (standard) for LS probs
properties of QR
numerical benefits
computation
In general,
if A has full col rank () then uniquely solves Normal Equation’s
(projector onto )
“Conditioning” of a matrix determines the accuracy of a linear system solve:
If is not square:
, where is the gradient
For ,
orthonormal matrices are rotations:
With be orthogonal basis for
is an orthogonal projector onto if
idempotent
symmetric
Take :
Every matrix has a QR Factorization:
, where is orthogonal () and R=upper triangular
is orthogonal (and square)
is orthonormal (not orthogonal)
for any vector , ⇒
any ,
Multiply both sides on the left with
⇒ solving least squares using QR