-
-
Gauss-Seidel.rar
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
...
-
-
-
Gauss.rar
void Gauss() /*高斯消去法是解线性方程组的一个方法,这里用列主元消去法*/
-
-
-
-
-
-
Gauss.rar
用mathlab实现Gauss算法,gauss算法是科学计算中一个非常著名的常用算法
-