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)

    Child of Light! thy limbs are burning
    Through the vest which seems to hide them;
    As the radiant lines of morning
    Through the clouds ere they divide them;
    And this atmosphere divinest
    Shrouds thee wheresoe’er thou shinest.
    Percy Bysshe Shelley (1792–1822)

    ... it is a rather curious thing to have to divide one’s life into personal and official compartments and temporarily put the personal side into its hidden compartment to be taken out again when one’s official duties are at an end.
    Eleanor Roosevelt (1884–1962)