【源码】Gauss-Seidel与Jacobi方法仿真

在这里插入图片描述

雅可比迭代法是求解对角占优线性方程组解的一种算法。

Jacobi iterative method is an algorithm for determining the solutions of a diagonally dominant system of linear equations.

对每个对角线元素进行求解,并插入一个近似值。

Each diagonal element is solved for, and an approximate value is plugged in.

然后不断迭代该过程,直到收敛。

The process is then iterated until it converges.

高斯-赛德尔法,又称李伯曼法或逐次位移法,是求解线性方程组的一种迭代方法。

Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations.

完整源码下载地址:

http://page2.dfpan.com/fs/7l3cajf272b142d9160/

更多精彩文章请关注微信号:在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_42825609/article/details/88613746
今日推荐