next up previous contents
Next: The Factorization Up: report Previous: Properties from a numerical   Contents

The Sparse QR Factorization

The QR Factorization will factorize our $\mathbf{A}$ matrix into a $\mathbf{Q}$ and an $\mathbf{R}$ matrix, such that $\mathbf{Q}\mathbf{R}=\mathbf{A}$. The $\mathbf{Q}$ matrix is orthogonal, and the $\mathbf{R}$ matrix is upper triangular.

One can get an impression of the interesting properties of orthogonal factorizations by considering the following trivial -- but nonetheless interesting property:

\begin{displaymath}\mathbf{Q}\mathbf{R}x = b \quad\mathrm{and}\quad \mathbf{R}x = \mathbf{Q}^Tb \end{displaymath}

Once we know $\mathbf{Q}$, solving the original system is a simple matter of back-substitution, since $\mathbf{R}$ is upper-triangular.






1999-02-23