In numerical linear algebra, a Jacobi rotation is a rotation, Qk, of a 2-dimensional linear subspace of an n-dimensional inner product space, chosen to zero a symmetric pair of off-diagonal entries of an n×n real symmetric matrix, A, when applied as a similarity transformation:

It is the core operation in the Jacobi eigenvalue algorithm, which is numerically stable and well-suited to implementation on parallel processors [citation needed].

Only rows k and ℓ and columns k and ℓ of A will be affected, and that A will remain symmetric. Also, an explicit matrix for Qk is rarely computed; instead, auxiliary values are computed and A is updated in an efficient and numerically stable way. However, for reference, we may write the matrix as

That is, Qk is an identity matrix except for four entries, two on the diagonal (qkk and qℓℓ, both equal to c) and two symmetrically placed off the diagonal (qk and qk, equal to s and −s, respectively). Here c = cos θ and s = sin θ for some angle θ; but to apply the rotation, the angle itself is not required. Using Kronecker delta notation, the matrix entries can be written:

Suppose h is an index other than k or ℓ (which must themselves be distinct). Then the similarity update produces, algebraically:

Numerically stable computation edit

To determine the quantities needed for the update, we must solve the off-diagonal equation for zero (Golub & Van Loan 1996, §8.4). This implies that:

 

Set β to half of this quantity:

 

If ak is zero we can stop without performing an update, thus we never divide by zero. Let t be tan θ. Then with a few trigonometric identities we reduce the equation to:

 

For stability we choose the solution:

 

From this we may obtain c and s as:

 
 

Although we now could use the algebraic update equations given previously, it may be preferable to rewrite them. Let:

 

so that ρ = tan(θ/2). Then the revised update equations are:

 
 
 
 
 

As previously remarked, we need never explicitly compute the rotation angle θ. In fact, we can reproduce the symmetric update determined by Qk by retaining only the three values k, ℓ, and t, with t set to zero for a null rotation.

Tridiagonal example edit

Some applications may require multiple zero entries in a similarity matrix, possibly in the form of a tridiagonal matrix.[1] Since Jacobian rotations may remove zeros from other cells that were previously zeroed, it is usually not possible to achieve tridiagonalization by simply zeroing each off-tridiagonal cell individually in a medium to large matrix. However, if Jacobian rotations are repeatedly performed on the above-tridiagonal cell with the highest absolute value using an adjacent cell just below or to the left to rotate on, then the all of the off-triangular cells are expected to converge on zero after several iterations. In the example below,   is a 5X5 matrix that is to be tridiagonalized into a similar matrix,  .

 

To tridiagonalize matrix   into matrix  , the off-tridiagonal cells [1,3], [1,4], [1,5], [2,4], [2,5], and [3,5], must continue to be iteratively zeroed until the maximum absolute value of those cells is below an acceptable convergence threshold. This example will use 1.e-14.. The cells below the diagonal will be zeroed automatically, due to the symmetric nature of the matrix. The first Jacobian rotation will be on the off-tridiagonal cell with the highest absolute value, which by inspection is [1,4] with a value of 11. To make this entry zero, the condition specified in the above equations must be met for the cell coordinates to be zeroed ( ) and for the selected rotational coordinates of   ( ), and are reproduced below for the first iteration.

 

The first rotation iteration,  , produces a matrix with cells [1,4] and [4,1] zeroed, as expected. Furthermore, the eigenvalues and determinant of  are identical to those of   and T1 is also symmetric, confirming that the Jacobian rotation was performed correctly. The next iteration for   will select cell [2,5] which contains the highest absolute value, 4.8001142, of all the cells to be zeroed..

After 10 iterations of zeroing the cell with the maximum absolute value using Jacobian rotations on the cell just below it, the maximum absolute value of all off-tridiagonal cells is 2.6e-15. Assuming this convergence criteria is acceptably low for the application it is being performed for, the similar triangularized   matrix is shown below.

 

Since   and   have identical eigenvalues and determinants and   is also symmetric,   and   are similar matrices with   being tridiagonalized.

Eigenvalues example edit

Jacobian rotation can be used to extract the eigenvalues in a similar manner as the triangulation example above, but by zeroing all of the cells above the diagonal, instead of the tridiagonal, and performing the Jacobian rotation directly in the cells to be zeroed, instead of an adjacent cell.

Starting with the same matrix   as the tridiagonal example,

 

The first Jacobian rotation will be on the off-diagonal cell with the with the highest absolute value, which by inspection is [1,4] with a value of 11, and the rotation cell will also be [1,4],   in the equations above. The rotation angle is the result of a quadratic solution, but it can be seen in the equation that if the matrix is symmetric, then a real solution is assured.

 

The first rotation iteration,  , produces a matrix with cells [1,4] and [4,1] zeroed, as expected. Furthermore, the eigenvalues and determinant of  are identical to those of   and T1 is also symmetric, confirming that the Jacobian rotation was performed correctly. The next iteration for   will select cell [3,4] which contains the highest absolute value, 8.5794421, of all the cells to be zeroed..

After 25 iterations of zeroing the cell with the maximum absolute value using Jacobian rotations on the cell just below it, the maximum absolute value of all off-diagonal cells is 9.0233029E-11. Assuming this convergence criteria is acceptably low for the application it is being performed for, the similar diagonalized   matrix is shown below.

 

The eigenvalues are now displayed across the diagonal, and may be directly extracted for use elsewhere.

Since   and   have identical eigenvalues and determinants and   is also symmetric,   and   are similar matrices with   being successfully diagonalized.

See also edit

References edit

  1. ^ Kinayman, Noyan; Aksun, M. I. (2005). Modern Microwave Circuits. 685 Canton Street, Norwood, MA, US: Artech House, Inc. pp. 506, 507, 511. ISBN 1-58053-725-1.{{cite book}}: CS1 maint: date and year (link) CS1 maint: location (link)