QR Decomposition
Let
With this decomposition we can solve equations easily using the properties of orthogonal matrices:
How to get and
To find
Now since
We can then write the system of equations in a compact way:
This gives us the thin QR Decomposition of
- Columns of
form an orthonormal basis of . is a square matrix.
To get the Full QR Decomposition of
This is the same as the thin QR from before, so we use thin QR practically but when doing proofs we are using the full QR decomposition.
Go to Find QR Decomposition to see a worked example of finding the QR decomposition of a matrix.