Jacobi Series of Transformations
Start with the real symmetric matrix . Then construct the sequence of orthogonal matrices as follows:
and
for j = 1, 2, ... .
It is possible to construct the sequence so that
.
In practice we will stop when the off-diagonal elements are close to zero. Then we will have
.
Current research by James W. Demmel and Kresimir Veselic (1992) indicate that Jacobi's method is more accurate than QR. You can check out their research by following the link in the list of internet resources. The abstract for their research follows below.
We show that Jacobi's method (with a proper stopping criterion) computes small eigenvalues of symmetric positive definite matrices with a uniformly better relative accuracy bound than QR, divide and conquer, traditional bisection, or any algorithm which first involves tridiagonalizing the matrix. In fact, modulo an assumption based on extensive numerical tests, we show that Jacobi's method is optimally accurate in the following sense: if the matrix is such that small relative errors in its entries cause small relative errors in its eigenvalues, Jacobi will compute them with nearly this accuracy. In other words, as long as the initial matrix has small relative errors in each component, even using infinite precision will not improve on Jacobi (modulo factors of dimensionality). ...
Comments
Post a Comment