September 2014
Intermediate to advanced
628 pages
24h 57m
English
To transform an m × n matrix into upper triangular form, we must zero out all the elements below the diagonal entries a11, a22, …, akk, where k = min (m − 1, n). We know how to do this for a11 (Algorithm 17.4), and now we will demonstrate how to zero out the elements below the remaining diagonal entries. This is done by implicitly creating a sequence of Householder matrices that deal with submatrix blocks, as illustrated in Figure 17.6.

Zeroing out all the elements below a11 using ...
Read now
Unlock full access