LU分解 Resources

Showing items tagged with "LU分解"

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 226 views Tagged