释义 |
Jacobi AlgorithmA method which can be used to solve a Tridiagonal Matrix equation with largest absolute values in each rowand column dominated by the diagonal element. Each diagonal element is solved for, and an approximate value pluggedin. The process is then iterated until it converges. This algorithm is a stripped-down version of theJacobi Method of matrix diagonalization. See also Jacobi Method, Tridiagonal Matrix References
Acton, F. S. Numerical Methods That Work, 2nd printing. Washington, DC: Math. Assoc. Amer., pp. 161-163, 1990.
|