jacobi迭代 Resources

Showing items tagged with "jacobi迭代"

This package implements fundamental numerical analysis algorithms including Lagrange interpolation, Newton interpolation, Hermite interpolation, Jacobi iteration, Gauss-Seidel iteration, Successive Over-Relaxation (SOR) iteration, and Cholesky decomposition. Each algorithm is implemented with proper error handling and optimization considerations for numerical stability.

MATLAB 239 views Tagged

A MATLAB program for solving ill-conditioned equation systems using four numerical methods: LU decomposition, Jacobi iteration, Gauss-Seidel (GS) iteration, and Successive Over-Relaxation (SOR) iteration. Users can select the desired algorithm by specifying the input parameter M, with each method offering distinct computational advantages for handling ill-conditioned systems.

MATLAB 252 views Tagged