Divide-and-conquer Eigenvalue Algorithm - Divide

The divide part of the divide-and-conquer algorithm comes from the realization that a tridiagonal matrix is "almost" block diagonal.

The size of submatrix we will call, and then is . Note that the remark about being almost block diagonal is true regardless of how is chosen (i.e., there are many ways to so decompose the matrix). However, it makes sense, from an efficiency standpoint, to choose .

We write as a block diagonal matrix, plus a rank-1 correction:

The only difference between and is that the lower right entry in has been replaced with and similarly, in the top left entry has been replaced with .

The remainder of the divide step is to solve for the eigenvalues (and if desired the eigenvectors) of and, that is to find the diagonalizations and . This can be accomplished with recursive calls to the divide-and-conquer algorithm, although practical implementations often switch to the QR algorithm for small enough submatrices.

Read more about this topic:  Divide-and-conquer Eigenvalue Algorithm

Famous quotes containing the word divide:

    Mine eye and heart are at a mortal war,
    How to divide the conquest of thy sight;
    Mine eye my heart thy picture’s sight would bar,
    My heart mine eye the freedom of that right.
    William Shakespeare (1564–1616)

    I always divide people into two groups. Those who live by what they know to be a lie, and those who live by what they believe, falsely, to be the truth.
    Christopher Hampton (b. 1946)

    We may divide characters into flat and round.
    —E.M. (Edward Morgan)