This chapter develops the structure of matrix R, shows why upper-triangular form appears in QR factorization and explains how QR separates deformation from rotation or reflection. It then presents geometric views of the factorization in square and tall cases, interprets the hierarchy encoded by R and ends with a demonstration of the rank-deficient case.
After Gram-Schmidt produces Q, the matrix R records how the original columns are assembled from the orthonormal directions. Its upper-triangular form reveals both algebraic dependence and geometric order.
Together with part 1, this chapter completes the structural and geometric picture of QR factorization.
Because each orthogonal direction is built from the current column after removing components along earlier directions. That makes later basis vectors orthogonal to earlier columns, which creates zeros below the diagonal in QᵀA = R.
The chapter is available as a PDF. Page links below are best-effort: most browsers support them but some viewers may ignore the page hint.
Since R = QᵀA, R is A after an orthogonal transformation. Geometrically, the columns of A have been rotated or reflected into the upper-triangular arrangement recorded by R. No projection is involved and no information is lost.